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.
2 parents efb3925 + 4d630c8 commit c6843b6Copy full SHA for c6843b6
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