File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ RUN CD_VERSION=$(if [ ${CHROME_DRIVER_VERSION:-latest} = "latest" ]; then echo $
3434 && rm -rf /opt/selenium/chromedriver \
3535 && unzip /tmp/chromedriver_linux64.zip -d /opt/selenium \
3636 && rm /tmp/chromedriver_linux64.zip \
37- && mv /opt/selenium/chromedriver /opt/selenium/chromedriver-$CD_VERSION\
38- && chmod 755 /opt/selenium/chromedriver-$CD_VERSION\
39- && sudo ln -fs /opt/selenium/chromedriver-$CD_VERSION/usr/bin/chromedriver
37+ && mv /opt/selenium/chromedriver /opt/selenium/chromedriver-$CD_VERSION \
38+ && chmod 755 /opt/selenium/chromedriver-$CD_VERSION \
39+ && sudo ln -fs /opt/selenium/chromedriver-$CD_VERSION /usr/bin/chromedriver
4040
4141COPY generate_config /opt/bin/generate_config
4242
You can’t perform that action at this time.
0 commit comments