We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c227996 commit 6884092Copy full SHA for 6884092
Dockerfile
@@ -11,3 +11,9 @@ RUN sudo wget -q -O /usr/bin/lein \
11
https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein && \
12
sudo chmod +x /usr/bin/lein && \
13
lein --version
14
+
15
+# Firefox WebDriver
16
17
+RUN curl -L https://github.com/mozilla/geckodriver/releases/download/v0.17.0/geckodriver-v0.17.0-linux64.tar.gz \
18
+| sudo tar xz -C /usr/local/bin && \
19
+geckodriver --version
0 commit comments