1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-21 18:22:30 +01:00

[docker] build from default 'python:alpine'

reverts c2ac7a49e7.
This commit is contained in:
Mike Fährmann 2024-10-24 08:00:10 +02:00
parent bce3c4b424
commit 7877f8cf1a
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -1,4 +1,4 @@
FROM python:3.12-alpine FROM python:alpine
ENV LANG=C.UTF-8 ENV LANG=C.UTF-8
RUN : \ RUN : \