From 9a532c76c22939e2a34d4fce3609862af072f3cb Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Tue, 18 Feb 2025 11:13:18 +0530 Subject: apt install libxml2-utils xsltproc --- blocks/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/* -- cgit