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