Skip to content

Commit

Permalink
Removed sudo from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sebryu committed Jul 29, 2019
1 parent 3a91bbd commit 5a95282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ RUN if [ -z "$CHROME_DRIVER_VERSION" ]; \
&& rm /tmp/chromedriver_linux64.zip \
&& mv /opt/selenium/chromedriver /opt/selenium/chromedriver-$CHROME_DRIVER_VERSION \
&& chmod 755 /opt/selenium/chromedriver-$CHROME_DRIVER_VERSION \
&& sudo ln -fs /opt/selenium/chromedriver-$CHROME_DRIVER_VERSION /usr/bin/chromedriver
&& ln -fs /opt/selenium/chromedriver-$CHROME_DRIVER_VERSION /usr/bin/chromedriver

0 comments on commit 5a95282

Please sign in to comment.