mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 15:06:29 +00:00
Bump build container to Debian bullseye (#1560)
This commit is contained in:
parent
b7bbb63a26
commit
693507aaca
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user