mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-21 18:22:30 +01: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:
parent
c681e94736
commit
c2ac7a49e7
@ -1,4 +1,4 @@
|
||||
FROM python:alpine
|
||||
FROM python:3.12-alpine
|
||||
ENV LANG=C.UTF-8
|
||||
|
||||
RUN : \
|
||||
|
Loading…
Reference in New Issue
Block a user