From 693507aaca12c44b5c84a221ae88b09540e16999 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 30 Sep 2021 09:47:20 +0200 Subject: [PATCH] Bump build container to Debian bullseye (#1560) --- Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 29b1ba6c0..46525542d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:buster +FROM debian:bullseye # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"] @@ -32,8 +32,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ ncurses-dev \ patch \ perl \ - python \ - python-matplotlib \ + python3 \ + python3-matplotlib \ + python-is-python3 \ graphviz \ rsync \ sudo \