first
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
FROM alpine:latest
|
||||
|
||||
# Switch to edge (for latest firefox)
|
||||
RUN sed -i -e 's/v[[:digit:]]\.[[:digit:]]/edge/g' /etc/apk/repositories
|
||||
RUN echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories
|
||||
RUN apk update && apk upgrade
|
||||
|
||||
RUN apk add firefox-esr jq xvfb curl openjdk8-jre
|
||||
RUN rm -rf /var/cache/apk/*
|
||||
|
||||
COPY geckodriver.sh geckodriver.sh
|
||||
RUN sh geckodriver.sh
|
||||
Reference in New Issue
Block a user