diff --git a/web/Dockerfile b/web/Dockerfile index 0012882..f1b9388 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -14,6 +14,7 @@ RUN sed -i /etc/apt/sources.list.d/debian.sources -e 's/Components: main/Compone # Install _only_ the necessary packages RUN apt-get update && apt-get -y upgrade && apt-get -y install --no-install-recommends \ + curl \ gwenhywfar-tools \ jq \ libxml2-utils \