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 # Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
@ -32,8 +32,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ncurses-dev \ ncurses-dev \
patch \ patch \
perl \ perl \
python \ python3 \
python-matplotlib \ python3-matplotlib \
python-is-python3 \
graphviz \ graphviz \
rsync \ rsync \
sudo \ sudo \