mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +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
|
||||
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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user