Downgrade Docker to Python 3.5 to solve Segmentation Faults (#7799)
Downgrades the Dockerfiles used by Home Assistant to Python 3.5, after Python 3.6 base image was causing segmentation faults. See home-assistant/home-assistant#7752
This commit is contained in:
committed by
Paulus Schoutsen
parent
9f5bfe28d1
commit
bb92ef5497
@@ -1,4 +1,4 @@
|
||||
FROM python:3.6
|
||||
FROM python:3.5
|
||||
MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
|
||||
|
||||
# Uncomment any of the following lines to disable the installation.
|
||||
|
||||
Reference in New Issue
Block a user