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 83f02b4 commit ed8633cCopy full SHA for ed8633c
1 file changed
v17/Dockerfile
@@ -1,10 +1,11 @@
1
-FROM dockette/alpine:3.16
+FROM dockette/alpine:3.15
2
3
-RUN apk update && apk upgrade && \
+RUN echo '@community http://nl.alpinelinux.org/alpine/v3.15/community' >> /etc/apk/repositories && \
4
+ apk update && apk upgrade && \
5
# DEPENDENCIES #############################################################
6
apk add --update git && \
7
# NODEJS ###################################################################
- apk add --update nodejs npm && \
8
+ apk add --update nodejs-current@community npm@community && \
9
# CLEAN UP #################################################################
10
rm -rf /var/cache/apk/*
11
0 commit comments