Skip to content

Commit

Permalink
Merge pull request #561 from glib-briia/master
Browse files Browse the repository at this point in the history
Add missed spaces; Fix build
  • Loading branch information
ddavison committed Sep 18, 2017
2 parents b2f3abc + eafe160 commit 7a189f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NodeChrome/Dockerfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ RUN CD_VERSION=$(if [ ${CHROME_DRIVER_VERSION:-latest} = "latest" ]; then echo $
&& rm -rf /opt/selenium/chromedriver \
&& unzip /tmp/chromedriver_linux64.zip -d /opt/selenium \
&& rm /tmp/chromedriver_linux64.zip \
&& mv /opt/selenium/chromedriver /opt/selenium/chromedriver-$CD_VERSION\
&& chmod 755 /opt/selenium/chromedriver-$CD_VERSION\
&& sudo ln -fs /opt/selenium/chromedriver-$CD_VERSION/usr/bin/chromedriver
&& mv /opt/selenium/chromedriver /opt/selenium/chromedriver-$CD_VERSION \
&& chmod 755 /opt/selenium/chromedriver-$CD_VERSION \
&& sudo ln -fs /opt/selenium/chromedriver-$CD_VERSION /usr/bin/chromedriver

COPY generate_config /opt/bin/generate_config

Expand Down

0 comments on commit 7a189f2

Please sign in to comment.