Skip to content

Commit

Permalink
iperf apt upgrade breaking without -y (#29)
Browse files Browse the repository at this point in the history
Just removing that for now, to unblock things
  • Loading branch information
JohnGarbutt authored Feb 10, 2025
1 parent 8946b35 commit 662f991
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion images/iperf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
FROM debian:bookworm-slim

RUN apt-get update && \
apt-get upgrade && \
apt-get install -y "iperf" && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 662f991

Please sign in to comment.