mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 14:21:18 +00:00
Remove packages from the web container that were only needed in the server container.
This commit is contained in:
parent
e6a381315f
commit
67cbb8319f
1 changed files with 0 additions and 5 deletions
|
@ -15,14 +15,9 @@ RUN echo 'deb http://deb.debian.org/debian bullseye-backports main non-free' >>
|
||||||
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 \
|
curl \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
gdb \
|
|
||||||
git \
|
git \
|
||||||
gwenhywfar-tools \
|
gwenhywfar-tools \
|
||||||
jq \
|
jq \
|
||||||
lib32gcc-s1 \
|
|
||||||
lib32stdc++6 \
|
|
||||||
libcurl4:i386 \
|
|
||||||
libcap2 \
|
|
||||||
libxml2-utils \
|
libxml2-utils \
|
||||||
locales \
|
locales \
|
||||||
nano \
|
nano \
|
||||||
|
|
Loading…
Add table
Reference in a new issue