Bump build container to Debian bullseye (#1560)

This commit is contained in:
Stefan Agner 2021-09-30 09:47:20 +02:00 committed by GitHub
parent b7bbb63a26
commit 693507aaca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \