summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunil Shetye2025-02-18 11:13:18 +0530
committerSunil Shetye2025-02-18 11:17:17 +0530
commit9a532c76c22939e2a34d4fce3609862af072f3cb (patch)
tree0deca3ad71a097e48cc48427468609e03ff8e624
parent432b43e33fe93898fd666f54d78b0ce460c925e2 (diff)
downloadCommon-Interface-Project-9a532c76c22939e2a34d4fce3609862af072f3cb.tar.gz
Common-Interface-Project-9a532c76c22939e2a34d4fce3609862af072f3cb.tar.bz2
Common-Interface-Project-9a532c76c22939e2a34d4fce3609862af072f3cb.zip
apt install libxml2-utils xsltproc
-rw-r--r--blocks/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/blocks/Dockerfile b/blocks/Dockerfile
index c7ec7dec..85027973 100644
--- a/blocks/Dockerfile
+++ b/blocks/Dockerfile
@@ -15,7 +15,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install pre-requisites
RUN apt-get update -qq && \
- apt-get install -qq --no-install-recommends gcc g++ libgfortran5 make nginx openjdk-8-jre python3 redis sqlite3 tzdata && \
+ apt-get install -qq --no-install-recommends gcc g++ libgfortran5 libxml2-utils make nginx openjdk-8-jre python3 redis sqlite3 tzdata xsltproc && \
apt-get clean -qq && \
rm -rf /var/lib/apt/lists/*