From f20aae5579e2c47cd69573a899498119293e446d Mon Sep 17 00:00:00 2001 From: "Mohammed A.Q" <65144622+mohammedalqadi@users.noreply.github.com> Date: Fri, 5 Jun 2020 13:53:57 +0000 Subject: [PATCH] Update required dependencies. Adding Missing Packages libxml2-dev and libxslt-dev --- Dockerfile.armhf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.armhf b/Dockerfile.armhf index d0c4da7..cb97390 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -25,6 +25,8 @@ RUN \ git \ curl-dev \ libressl-dev \ + libxml2-dev \ + libxslt-dev \ libffi-dev \ python3-dev && \ echo "**** install runtime packages ****" && \