Install phantomjs in Docker container (#5368)

This commit is contained in:
Jesse Newland
2017-01-17 00:55:42 -06:00
committed by Paulus Schoutsen
parent 65bf30643a
commit 41a6c35ea2
3 changed files with 19 additions and 1 deletions

View File

@@ -50,6 +50,9 @@ cp -R /usr/src/app/build/python-openzwave/openzwave/config /usr/local/share/pyth
# Build and install libcec
script/build_libcec
# Install phantomjs
script/install_phantomjs
# Remove packages
apt-get remove -y --purge ${PACKAGES_DEV[@]}
apt-get -y --purge autoremove