Skip to content

Commit

Permalink
Install firefox for running accessibility tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Oct 28, 2023
1 parent 3366594 commit b4dcb34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesourc
RUN apt-get update
RUN apt-get install -y nodejs

# Install firefox for running some integration tests
RUN apt-get update; apt-get install -y firefox-esr

USER deploy

COPY --chown=deploy:deploy Gemfile /app/Gemfile
Expand Down

0 comments on commit b4dcb34

Please sign in to comment.