Skip to content

Commit

Permalink
Export Firefox as env var
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Mar 6, 2023
1 parent 4dbbec4 commit 2a21d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/ath-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN apt-get update && \
apt-get clean all && rm -rf /var/cache/apt

# Install a fixed firefox version that is known to work with the current selenium version, copied from https://hub.docker.com/r/selenium/node-firefox/dockerfile
ARG FIREFOX_VERSION=108.0.2
ENV FIREFOX_VERSION 108.0.2
# hadolint ignore=DL3008, DL3015
RUN apt-get -y install libgtk-3-0 libasound2 libdbus-glib-1-2 libx11-xcb-dev libpci-dev libgl1-mesa-glx wget bzip2 \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* \
Expand Down

0 comments on commit 2a21d13

Please sign in to comment.