its a runtime package

This commit is contained in:
noirscape 2025-02-09 17:50:17 +01:00 committed by GitHub
parent 811bc16a3f
commit 5926dc3307
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,6 @@ RUN \
libxslt-dev \
libffi-dev \
libc-dev \
libmagic \
py3-pip \
linux-headers && \
echo "" && \
@ -30,6 +29,7 @@ RUN \
apk add --no-cache \
python3 \
py3-lxml \
libmagic \
tzdata && \
echo "" && \
echo "**** install pip dependencies ****" && \