remove-phantomjs-from-docker (#15936)
This commit is contained in:
committed by
Paulus Schoutsen
parent
ea073b5e87
commit
e3a2e58623
@@ -7,7 +7,6 @@ set -e
|
||||
INSTALL_TELLSTICK="${INSTALL_TELLSTICK:-yes}"
|
||||
INSTALL_OPENALPR="${INSTALL_OPENALPR:-yes}"
|
||||
INSTALL_LIBCEC="${INSTALL_LIBCEC:-yes}"
|
||||
INSTALL_PHANTOMJS="${INSTALL_PHANTOMJS:-yes}"
|
||||
INSTALL_SSOCR="${INSTALL_SSOCR:-yes}"
|
||||
|
||||
# Required debian packages for running hass or components
|
||||
@@ -59,10 +58,6 @@ if [ "$INSTALL_LIBCEC" == "yes" ]; then
|
||||
virtualization/Docker/scripts/libcec
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_PHANTOMJS" == "yes" ]; then
|
||||
virtualization/Docker/scripts/phantomjs
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_SSOCR" == "yes" ]; then
|
||||
virtualization/Docker/scripts/ssocr
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user