Put curl back into the web container, as it's used to download remote XML from mod integrations that have these.

This commit is contained in:
Daniel Ceregatti 2024-05-28 11:17:09 -07:00
parent abceedf9c0
commit 90f67dc065

View file

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