From 610b67838b0d493895367b4c2d81c78716b5adeb Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Wed, 29 Jun 2022 10:08:43 +0200 Subject: [PATCH] fix(docker): fixed deb tester sub image. Signed-off-by: Federico Di Pierro --- docker/tester/root/runners/deb.Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/tester/root/runners/deb.Dockerfile b/docker/tester/root/runners/deb.Dockerfile index a42a4771..5d9a24e6 100644 --- a/docker/tester/root/runners/deb.Dockerfile +++ b/docker/tester/root/runners/deb.Dockerfile @@ -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