update(docker): remove packages that are not strictly necessary

Signed-off-by: Luca Guerra <luca@guerra.sh>
Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
Luca Guerra
2023-09-06 10:12:50 +00:00
committed by poiana
parent 22bd6f7352
commit c2b940f8c4

View File

@@ -19,37 +19,17 @@ RUN cp /etc/skel/.bashrc /root && cp /etc/skel/.profile /root
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
bash-completion \
bc \
bison \
ca-certificates \
clang \
cpio \
curl \
dkms \
dwarves \
flex \
gcc \
gcc-11 \
gnupg2 \
gpg \
jq \
libc6-dev \
libelf-dev \
libiberty-dev \
libncurses-dev \
libpci-dev \
libssl-dev \
libudev-dev \
libelf1 \
llvm \
lsb-release \
netcat-openbsd \
openssl \
rpm2cpio \
software-properties-common \
wget \
xz-utils \
zstd \
make \
&& rm -rf /var/lib/apt/lists/*
RUN curl -s https://falco.org/repo/falcosecurity-packages.asc | apt-key add - \