Skip to content

Commit 4af4c2b

Browse files
authored
Issue #266 - Upgrade Firefox to version 75.0
* Removed the Alpine Edge repository to avoid package conflicts
1 parent 01c0c0d commit 4af4c2b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ COPY bin/chromium-browser.sh /opt/robotframework/bin/chromium-browser
4545
COPY bin/run-tests-in-virtual-screen.sh /opt/robotframework/bin/
4646

4747
# Install system dependencies
48-
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories \
49-
&& echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
50-
&& echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
51-
&& apk update \
48+
RUN apk update \
5249
&& apk --no-cache upgrade \
5350
&& apk --no-cache --virtual .build-deps add \
5451
gcc \

0 commit comments

Comments
 (0)