Skip to content

Commit

Permalink
update(docker): remove packages that are not strictly necessary
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <luca@guerra.sh>
Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
LucaGuerra and leogr committed Sep 6, 2023
1 parent df1385d commit 90fa73b
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions docker/falco/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 - \
Expand Down

0 comments on commit 90fa73b

Please sign in to comment.