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 efb3925 commit 4d630c8Copy full SHA for 4d630c8
Dockerfile
@@ -1,6 +1,7 @@
1
FROM alpine:latest
2
3
-RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
+RUN echo "https://dl-cdn.alpinelinux.org/alpine/v3.20/main" > /etc/apk/repositories
4
+RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
5
RUN apk --no-cache add nodejs npm nginx task3 python3 build-base
6
7
COPY ./frontend /src/frontend
0 commit comments