File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,3 @@ COPY generate_config /opt/bin/generate_config
46
46
# Chrome Launch Script Modification
47
47
# =================================
48
48
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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ USER root
10
10
# =========
11
11
# Firefox
12
12
# =========
13
- ARG FIREFOX_VERSION=53 .0
13
+ ARG FIREFOX_VERSION=54 .0
14
14
RUN apt-get update -qqy \
15
15
&& apt-get -qqy --no-install-recommends install firefox \
16
16
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* \
@@ -25,7 +25,7 @@ RUN apt-get update -qqy \
25
25
# ============
26
26
# GeckoDriver
27
27
# ============
28
- ARG GECKODRIVER_VERSION=0.16.1
28
+ ARG GECKODRIVER_VERSION=0.17.0
29
29
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 \
30
30
&& rm -rf /opt/geckodriver \
31
31
&& tar -C /opt -zxf /tmp/geckodriver.tar.gz \
@@ -42,6 +42,3 @@ COPY generate_config /opt/bin/generate_config
42
42
# To run a command as administrator (user "root"), use "sudo <command>". See "man sudo_root" for details.
43
43
# When logging into the container
44
44
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
You can’t perform that action at this time.
0 commit comments