diff options
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/docker/go-test.docker | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/docker/go-test.docker b/ci/docker/go-test.docker index 7636cae..9ee0c9a 100644 --- a/ci/docker/go-test.docker +++ b/ci/docker/go-test.docker @@ -8,7 +8,7 @@ WORKDIR /eduvpn # Firefox RUN echo "deb http://deb.debian.org/debian/ unstable main contrib non-free" >> /etc/apt/sources.list.d/debian.list RUN apt-get update -RUN apt-get -y install openjdk-11-jre xvfb python3-selenium firefox python3-pyvirtualdisplay python3-pip +RUN apt-get -y install openjdk-11-jre xvfb python3-selenium firefox python3-pip # Install geckodriver and add to path WORKDIR /eduvpn/vendor |
