From c05790dda4c55a2ffa1489d0e8cf3e2636335f29 Mon Sep 17 00:00:00 2001 From: Jason Antman Date: Sun, 5 Jun 2022 15:50:45 -0400 Subject: [PATCH] update Docker image from Buster to Bullseye --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2df3519..18b6faa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:buster-20220527 +FROM debian:bullseye ARG build_date ARG repo_url @@ -26,7 +26,7 @@ RUN apt-get update && \ zlib1g zlib1g-dev \ && rm -rf /var/lib/apt/lists/* -RUN pip3 install iperf3 matplotlib scipy wheel libnl3 +RUN pip3 install iperf3 matplotlib wheel libnl3 COPY . /app