Skip to content

Commit 1bf6a83

Browse files
FedeDPpoiana
authored andcommitted
new(docker): added zstd dep.
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent b5461e1 commit 1bf6a83

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker/driver-loader-legacy/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN apt-get update \
3737
netcat \
3838
patchelf \
3939
xz-utils \
40+
zstd \
4041
&& rm -rf /var/lib/apt/lists/*
4142

4243
RUN if [ "$TARGETARCH" = "amd64" ]; \

docker/falco/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ RUN apt-get update \
3939
netcat-openbsd \
4040
patchelf \
4141
xz-utils \
42+
zstd \
4243
&& rm -rf /var/lib/apt/lists/*
4344

4445
RUN curl -s https://falco.org/repo/falcosecurity-packages.asc | apt-key add - \

0 commit comments

Comments
 (0)