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 $
34
34
&& rm -rf /opt/selenium/chromedriver \
35
35
&& unzip /tmp/chromedriver_linux64.zip -d /opt/selenium \
36
36
&& 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
40
40
41
41
COPY generate_config /opt/bin/generate_config
42
42
You can’t perform that action at this time.
0 commit comments