Skip to content

Commit

Permalink
Revert gactions in Docker (home-assistant#10115)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Oct 24, 2017
1 parent 6da08de commit 238884d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ LABEL maintainer="Paulus Schoutsen <[email protected]>"
#ENV INSTALL_LIBCEC no
#ENV INSTALL_PHANTOMJS no
#ENV INSTALL_SSOCR no
#ENV INSTALL_GACTION no

VOLUME /config

Expand Down
1 change: 0 additions & 1 deletion virtualization/Docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ LABEL maintainer="Paulus Schoutsen <[email protected]>"
#ENV INSTALL_PHANTOMJS no
#ENV INSTALL_COAP no
#ENV INSTALL_SSOCR no
#ENV INSTALL_GACTION no

VOLUME /config

Expand Down
10 changes: 0 additions & 10 deletions virtualization/Docker/scripts/gactions

This file was deleted.

5 changes: 0 additions & 5 deletions virtualization/Docker/setup_docker_prereqs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ INSTALL_FFMPEG="${INSTALL_FFMPEG:-yes}"
INSTALL_LIBCEC="${INSTALL_LIBCEC:-yes}"
INSTALL_PHANTOMJS="${INSTALL_PHANTOMJS:-yes}"
INSTALL_SSOCR="${INSTALL_SSOCR:-yes}"
INSTALL_GACTION="${INSTALL_GACTION:-yes}"

# Required debian packages for running hass or components
PACKAGES=(
Expand Down Expand Up @@ -63,10 +62,6 @@ if [ "$INSTALL_SSOCR" == "yes" ]; then
virtualization/Docker/scripts/ssocr
fi

if [ "$INSTALL_GACTION" == "yes" ]; then
virtualization/Docker/scripts/gactions
fi

# Remove packages
apt-get remove -y --purge ${PACKAGES_DEV[@]}
apt-get -y --purge autoremove
Expand Down

0 comments on commit 238884d

Please sign in to comment.