Skip to content

Commit f20642a

Browse files
committed
Remove sudo
1 parent 0150f3d commit f20642a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/container/berserker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM quay.io/rhacs-eng/qa:berserker-1.0-79-g617ec32386
22

3-
RUN sudo dnf install -y which netcat iproute bpftool procps iptables
3+
RUN dnf install -y which netcat iproute bpftool procps iptables
44

55
COPY workloads/ /etc/berserker/
66
COPY prepare-tap.sh /scripts/

0 commit comments

Comments
 (0)