mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-31 22:28:22 +00:00
fix(docker): fixed deb tester sub image.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
committed by
poiana
parent
effabf533d
commit
610b67838b
@@ -4,7 +4,6 @@ LABEL maintainer="cncf-falco-dev@lists.cncf.io"
|
|||||||
ARG FALCO_VERSION=
|
ARG FALCO_VERSION=
|
||||||
RUN test -n FALCO_VERSION
|
RUN test -n FALCO_VERSION
|
||||||
ENV FALCO_VERSION ${FALCO_VERSION}
|
ENV FALCO_VERSION ${FALCO_VERSION}
|
||||||
ENV ARCH=$(uname -m)
|
|
||||||
|
|
||||||
RUN apt update -y
|
RUN apt update -y
|
||||||
RUN apt install dkms -y
|
RUN apt install dkms -y
|
||||||
|
Reference in New Issue
Block a user