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 9385940 commit a2d892cCopy full SHA for a2d892c
alpine-arm64/Dockerfile
@@ -1,6 +1,6 @@
1
-FROM arm64v8/node:14.16.0-alpine
+FROM arm64v8/alpine:3.16
2
3
-RUN apk add g++ python make git bash curl perl pkgconfig libsecret-dev && uname -m
+RUN apk add g++ python3 make git bash curl perl pkgconfig libsecret-dev && uname -m
4
5
RUN mkdir -p /root/vscode
6
WORKDIR /root/vscode
alpine-x64/Dockerfile
@@ -1,8 +1,8 @@
-ARG REPO=node
-ARG TAG=14.16.0-alpine
+ARG REPO=alpine
+ARG TAG=3.16
FROM ${REPO}:${TAG}
-RUN apk add g++ python make git bash curl perl pkgconfig libsecret-dev
+RUN apk add g++ python3 make git bash curl perl pkgconfig libsecret-dev
7
8
0 commit comments