Skip to content

Commit c05790d

Browse files
committed
update Docker image from Buster to Bullseye
1 parent a9dd684 commit c05790d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:buster-20220527
1+
FROM debian:bullseye
22

33
ARG build_date
44
ARG repo_url
@@ -26,7 +26,7 @@ RUN apt-get update && \
2626
zlib1g zlib1g-dev \
2727
&& rm -rf /var/lib/apt/lists/*
2828

29-
RUN pip3 install iperf3 matplotlib scipy wheel libnl3
29+
RUN pip3 install iperf3 matplotlib wheel libnl3
3030

3131
COPY . /app
3232

0 commit comments

Comments
 (0)