diff options
author | Sunil Shetye | 2025-02-18 11:13:18 +0530 |
---|---|---|
committer | Sunil Shetye | 2025-02-18 11:17:17 +0530 |
commit | 9a532c76c22939e2a34d4fce3609862af072f3cb (patch) | |
tree | 0deca3ad71a097e48cc48427468609e03ff8e624 | |
parent | 432b43e33fe93898fd666f54d78b0ce460c925e2 (diff) | |
download | Common-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/Dockerfile | 2 |
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/* |