Update required dependencies.

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

View File

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