Update required dependencies.

Adding Missing Packages libxml2-dev and libxslt-dev
This commit is contained in:
Mohammed A.Q 2020-06-05 13:53:17 +00:00 committed by GitHub
parent 8eada6dcf9
commit 0b2aa870f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,8 @@ RUN \
git \ git \
curl-dev \ curl-dev \
libressl-dev \ libressl-dev \
libxml2-dev \
libxslt-dev \
libffi-dev \ libffi-dev \
python3-dev && \ python3-dev && \
echo "**** install runtime packages ****" && \ echo "**** install runtime packages ****" && \