Update Dockerfile

This commit is contained in:
Alexandre
2024-08-24 08:59:31 +02:00
committed by GitHub
parent c0e792a9fd
commit f2d7d1675a

View File

@@ -85,7 +85,7 @@ RUN \
ln -sf python3 /usr/bin/python && \
apk add --no-cache py3-pip gcc musl-dev && \
apk add --no-cache libffi-dev openssl-dev tzdata gcc g++ libxml2-dev libxslt-dev zlib-dev bash curl wget jq grep sed coreutils findutils unzip p7zip ca-certificates \
&& pip3 install --no-cache-dir --upgrade --requirement /requirements.txt \
&& pip3 install --no-cache-dir --upgrade --break-system-packages --requirement /requirements.txt \
&& apk del gcc g++ libxml2-dev libxslt-dev zlib-dev \
&& rm -rf /requirements.txt /tmp/* /var/tmp/* /var/cache/apk/*