Upgrades Dockerfiles to Debian Buster (#25208)
This commit is contained in:
parent
4e20e4964e
commit
9550a38f22
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# When updating this file, please also update virtualization/Docker/Dockerfile.dev
|
||||
# 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>"
|
||||
|
||||
# Uncomment any of the following lines to disable the installation.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Based on the production Dockerfile, but with development additions.
|
||||
# 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>"
|
||||
|
||||
# Uncomment any of the following lines to disable the installation.
|
||||
|
|
|
@ -21,7 +21,7 @@ PACKAGES=(
|
|||
# homeassistant.components.device_tracker.bluetooth_tracker
|
||||
bluetooth libglib2.0-dev libbluetooth-dev
|
||||
# homeassistant.components.device_tracker.owntracks
|
||||
libsodium18
|
||||
libsodium23
|
||||
# homeassistant.components.zwave
|
||||
libudev-dev
|
||||
# homeassistant.components.homekit_controller
|
||||
|
|
Loading…
Add table
Reference in a new issue