fix(docker): fixed deb tester sub image.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro
2022-06-29 10:08:43 +02:00
committed by poiana
parent effabf533d
commit 610b67838b

View File

@@ -4,7 +4,6 @@ LABEL maintainer="cncf-falco-dev@lists.cncf.io"
ARG FALCO_VERSION=
RUN test -n FALCO_VERSION
ENV FALCO_VERSION ${FALCO_VERSION}
ENV ARCH=$(uname -m)
RUN apt update -y
RUN apt install dkms -y