diff --git a/Containerfile b/Containerfile index c6fd44a..aaec259 100644 --- a/Containerfile +++ b/Containerfile @@ -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 ****" && \