Skip to content

Commit

Permalink
Correct link for server jar [deploy][prerelease]
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol authored Sep 23, 2021
1 parent a06e9fb commit 1d89662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ COPY supervisord.conf /etc
RUN mkdir -p /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
&& touch /opt/selenium/config.toml \
&& chmod -R 777 /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor /etc/passwd \
&& wget --no-verbose https://github.com/SeleniumHQ/docker-selenium/releases/download/4.0.0-rc-2-prerelease-20210916/selenium-server-4.0.0-prerelease-rc-2-ca58c3b83f.jar \
&& wget --no-verbose https://git.io/JzgEH \
-O /opt/selenium/selenium-server.jar \
&& chgrp -R 0 /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
&& chmod -R g=u /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor
Expand Down

0 comments on commit 1d89662

Please sign in to comment.