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 464dd39 commit 08d6285Copy full SHA for 08d6285
Dockerfile
@@ -7,6 +7,7 @@ RUN apk --no-cache add sudo tini shadow bash \
7
# Installs some basic tools
8
git curl socat openssh-client nano unzip brotli zstd xz \
9
# Installs node and npm
10
+ nodejs=18.14.2-r0 \
11
npm=9.1.2-r0
12
13
ARG USERNAME=coder
0 commit comments