Skip to content

Commit 233231b

Browse files
committed
Deleting dockerfile modification for generated files
1 parent 0dd193a commit 233231b

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

NodeChrome/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,3 @@ COPY generate_config /opt/bin/generate_config
4646
# Chrome Launch Script Modification
4747
#=================================
4848
COPY chrome_launcher.sh /opt/google/chrome/google-chrome
49-
50-
# Generating config inside the image rather than with entry_point.sh
51-
RUN /opt/bin/generate_config > /opt/selenium/config.json

NodeFirefox/Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ USER root
1010
#=========
1111
# Firefox
1212
#=========
13-
ARG FIREFOX_VERSION=53.0
13+
ARG FIREFOX_VERSION=54.0
1414
RUN apt-get update -qqy \
1515
&& apt-get -qqy --no-install-recommends install firefox \
1616
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* \
@@ -25,7 +25,7 @@ RUN apt-get update -qqy \
2525
#============
2626
# GeckoDriver
2727
#============
28-
ARG GECKODRIVER_VERSION=0.16.1
28+
ARG GECKODRIVER_VERSION=0.17.0
2929
RUN wget --no-verbose -O /tmp/geckodriver.tar.gz https://github.com/mozilla/geckodriver/releases/download/v$GECKODRIVER_VERSION/geckodriver-v$GECKODRIVER_VERSION-linux64.tar.gz \
3030
&& rm -rf /opt/geckodriver \
3131
&& tar -C /opt -zxf /tmp/geckodriver.tar.gz \
@@ -42,6 +42,3 @@ COPY generate_config /opt/bin/generate_config
4242
# To run a command as administrator (user "root"), use "sudo <command>". See "man sudo_root" for details.
4343
# When logging into the container
4444
RUN sudo echo ""
45-
46-
# Generating config inside the image rather than with entry_point.sh
47-
RUN /opt/bin/generate_config > /opt/selenium/config.json

0 commit comments

Comments
 (0)