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 \
curl \
ca-certificates \
gdb \
git \
gwenhywfar-tools \
jq \
lib32gcc-s1 \
lib32stdc++6 \
libcurl4:i386 \
libcap2 \
libxml2-utils \
locales \
nano \