mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-11 19:12:12 +00:00
new(docker): added zstd
dep.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
b5461e11a7
commit
1bf6a83e31
@ -37,6 +37,7 @@ RUN apt-get update \
|
|||||||
netcat \
|
netcat \
|
||||||
patchelf \
|
patchelf \
|
||||||
xz-utils \
|
xz-utils \
|
||||||
|
zstd \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN if [ "$TARGETARCH" = "amd64" ]; \
|
RUN if [ "$TARGETARCH" = "amd64" ]; \
|
||||||
|
@ -39,6 +39,7 @@ RUN apt-get update \
|
|||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
patchelf \
|
patchelf \
|
||||||
xz-utils \
|
xz-utils \
|
||||||
|
zstd \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN curl -s https://falco.org/repo/falcosecurity-packages.asc | apt-key add - \
|
RUN curl -s https://falco.org/repo/falcosecurity-packages.asc | apt-key add - \
|
||||||
|
Loading…
Reference in New Issue
Block a user