Skip to content

Commit

Permalink
Fix: selenium dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Dec 11, 2023
1 parent 6d9fbf0 commit 199cff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.selenium
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine

RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
RUN apk add firefox-esr geckodriver
RUN ln -sf /usr/bin/firefox-esr /usr/bin/firefox

Expand Down

0 comments on commit 199cff5

Please sign in to comment.