mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Upgrades Dockerfiles to Debian Buster (#25208)
This commit is contained in:
parent
4e20e4964e
commit
9550a38f22
@ -2,7 +2,7 @@
|
|||||||
# When updating this file, please also update virtualization/Docker/Dockerfile.dev
|
# When updating this file, please also update virtualization/Docker/Dockerfile.dev
|
||||||
# This way, the development image and the production image are kept in sync.
|
# This way, the development image and the production image are kept in sync.
|
||||||
|
|
||||||
FROM python:3.7-stretch
|
FROM python:3.7-buster
|
||||||
LABEL maintainer="Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>"
|
LABEL maintainer="Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>"
|
||||||
|
|
||||||
# Uncomment any of the following lines to disable the installation.
|
# Uncomment any of the following lines to disable the installation.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Based on the production Dockerfile, but with development additions.
|
# Based on the production Dockerfile, but with development additions.
|
||||||
# Keep this file as close as possible to the production Dockerfile, so the environments match.
|
# Keep this file as close as possible to the production Dockerfile, so the environments match.
|
||||||
|
|
||||||
FROM python:3.7-stretch
|
FROM python:3.7-buster
|
||||||
LABEL maintainer="Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>"
|
LABEL maintainer="Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>"
|
||||||
|
|
||||||
# Uncomment any of the following lines to disable the installation.
|
# Uncomment any of the following lines to disable the installation.
|
||||||
|
@ -21,7 +21,7 @@ PACKAGES=(
|
|||||||
# homeassistant.components.device_tracker.bluetooth_tracker
|
# homeassistant.components.device_tracker.bluetooth_tracker
|
||||||
bluetooth libglib2.0-dev libbluetooth-dev
|
bluetooth libglib2.0-dev libbluetooth-dev
|
||||||
# homeassistant.components.device_tracker.owntracks
|
# homeassistant.components.device_tracker.owntracks
|
||||||
libsodium18
|
libsodium23
|
||||||
# homeassistant.components.zwave
|
# homeassistant.components.zwave
|
||||||
libudev-dev
|
libudev-dev
|
||||||
# homeassistant.components.homekit_controller
|
# homeassistant.components.homekit_controller
|
||||||
|
Loading…
x
Reference in New Issue
Block a user