1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-10-26 06:22:32 +02:00

[docker] build from 'python:3.12-alpine'

python:alpine:latest updated to Python3.13, for which there currently is
no prebuilt 'brotli' wheel, causing the image build to fail
This commit is contained in:
Mike Fährmann 2024-10-10 10:12:26 +02:00
parent c681e94736
commit c2ac7a49e7
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

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