From 90f67dc065f64ff297961eaa6d8741bb60c06a2c Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Tue, 28 May 2024 11:17:09 -0700 Subject: [PATCH] Put curl back into the web container, as it's used to download remote XML from mod integrations that have these. --- web/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 \