remove-phantomjs-from-docker (#15936)
This commit is contained in:
parent
ea073b5e87
commit
e3a2e58623
4 changed files with 0 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue