Skip to content

Commit

Permalink
fix(docker): fixed deb tester sub image.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP authored and poiana committed Jun 29, 2022
1 parent effabf5 commit 610b678
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/tester/root/runners/deb.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 610b678

Please sign in to comment.