Remove packages from the web container that were only needed in the server container.

This commit is contained in:
Daniel Ceregatti 2023-09-08 17:17:57 -07:00
parent e6a381315f
commit 67cbb8319f

View file

@ -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 \