mirror of
https://github.com/daniviga/bite.git
synced 2024-12-24 09:11:25 +01:00
Make pytz dep explicit and update alpine
This commit is contained in:
parent
b274378100
commit
f120fac878
@ -17,7 +17,7 @@
|
|||||||
# You should have received a copy of the GNU Affero General Public License
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
FROM alpine:3.12
|
FROM alpine:3.15
|
||||||
|
|
||||||
RUN apk update && apk add chrony && \
|
RUN apk update && apk add chrony && \
|
||||||
chown -R chrony:chrony /var/lib/chrony
|
chown -R chrony:chrony /var/lib/chrony
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
pytz
|
||||||
Django
|
Django
|
||||||
djangorestframework
|
djangorestframework
|
||||||
django-health-check
|
django-health-check
|
||||||
|
Loading…
Reference in New Issue
Block a user