new(docker): added zstd dep.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro 2024-05-17 12:57:48 +02:00 committed by poiana
parent b5461e11a7
commit 1bf6a83e31
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ RUN apt-get update \
netcat \
patchelf \
xz-utils \
zstd \
&& rm -rf /var/lib/apt/lists/*
RUN if [ "$TARGETARCH" = "amd64" ]; \

View File

@ -39,6 +39,7 @@ RUN apt-get update \
netcat-openbsd \
patchelf \
xz-utils \
zstd \
&& rm -rf /var/lib/apt/lists/*
RUN curl -s https://falco.org/repo/falcosecurity-packages.asc | apt-key add - \