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 f7724f4 commit 9353b9cCopy full SHA for 9353b9c
Dockerfile
@@ -19,7 +19,7 @@ RUN apk add --no-cache nginx \
19
nginx-mod-http-lua \
20
nginx-mod-devel-kit
21
22
-RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
+RUN echo @testing https://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
23
echo /etc/apk/respositories && \
24
apk update && apk upgrade &&\
25
apk add --no-cache \
0 commit comments