mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 14:21:18 +00:00
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:
parent
abceedf9c0
commit
90f67dc065
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue