We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c0c0d commit 4af4c2bCopy full SHA for 4af4c2b
Dockerfile
@@ -45,10 +45,7 @@ COPY bin/chromium-browser.sh /opt/robotframework/bin/chromium-browser
45
COPY bin/run-tests-in-virtual-screen.sh /opt/robotframework/bin/
46
47
# 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 \
+RUN apk update \
52
&& apk --no-cache upgrade \
53
&& apk --no-cache --virtual .build-deps add \
54
gcc \
0 commit comments