This commit is contained in:
Pascal Vizeli 2017-03-21 11:28:34 +01:00
parent ea9b71b320
commit 4b1971dde1

2
build-scripts/homeassistant/create_homeassistant.sh Normal file → Executable file
View File

@ -47,7 +47,7 @@ echo "[INFO] load homeassistant"
cd $BUILD_DIR && git clone https://github.com/home-assistant/home-assistant hass
cd hass && git checkout $HASS_VERS
sed -i "s/FROM.*/${BASE_IMAGE}/g" Dockerfile
sed -i "s/FROM.*/FROM ${BASE_IMAGE}/g" Dockerfile
# Run build
echo "[INFO] start docker build"