add missing packages to docker dependencies (#337)

fixes #336
This commit is contained in:
classabbyamp
2021-01-18 01:18:41 -05:00
committed by GitHub
parent 31a4fca70e
commit 4139b23fe6
+2
View File
@@ -21,6 +21,8 @@ RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache \
libressl \
cairo \
libjpeg-turbo \
py3-lxml \
py3-pip \
python3 && \