Skip to content

Commit e6e5868

Browse files
committed
Add support for Marionette
1 parent 641317c commit e6e5868

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

NodeFirefox/Dockerfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ RUN apt-get update -qqy \
1717
&& mv /opt/firefox /opt/firefox-$FIREFOX_VERSION \
1818
&& ln -fs /opt/firefox-$FIREFOX_VERSION/firefox /usr/bin/firefox
1919

20+
#=======
21+
# Wires
22+
#=======
23+
ENV WIRES_VERSION 0.6.2
24+
RUN wget --no-verbose -O /tmp/wires.gz https://github.com/jgraham/wires/releases/download/v$WIRES_VERSION/wires-$WIRES_VERSION-linux64.gz \
25+
&& rm -rf /opt/wires \
26+
&& gunzip -c /tmp/wires.gz > /opt/wires-$WIRES_VERSION \
27+
&& rm /tmp/wires.gz \
28+
&& chmod 755 /opt/wires-$WIRES_VERSION \
29+
&& ln -fs /opt/wires-$WIRES_VERSION /usr/bin/wires
30+
2031
#========================
2132
# Selenium Configuration
2233
#========================

0 commit comments

Comments
 (0)