Upgrades Dockerfiles to Debian Buster (#25208)

This commit is contained in:
Franck Nijhof 2019-07-18 00:16:15 +02:00 committed by Paulus Schoutsen
parent 4e20e4964e
commit 9550a38f22
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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