Merge pull request #3 from andrcuns/chrome_driver_fix

Fix chromedriver linux missing shared library libgconf-2.so.4 error
This commit is contained in:
budi utomo 2017-05-04 10:23:41 +02:00 committed by GitHub
commit 10eb1b0d31

View file

@ -26,6 +26,8 @@ WORKDIR /root
# Web content engine (Fix issue in Android) # Web content engine (Fix issue in Android)
# socat # socat
# Port forwarder # Port forwarder
# libgconf-2-4
# Required package for chrome and chromedriver to run on Linux
#------------------ #------------------
# NoVNC Packages # NoVNC Packages
#------------------ #------------------
@ -60,6 +62,7 @@ RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends \
openjdk-8-jdk \ openjdk-8-jdk \
libqt5webkit5 \ libqt5webkit5 \
socat \ socat \
libgconf-2-4 \
xvfb \ xvfb \
x11vnc \ x11vnc \
openbox \ openbox \