We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be301bc commit 3c67ae6Copy full SHA for 3c67ae6
1 file changed
Dockerfile
@@ -29,6 +29,7 @@ ENV PATH="/usr/local/go/bin:${PATH}"
29
30
# Install Node.js (LTS)
31
ARG NODE_VERSION=22.21.0
32
+RUN apt remove nodejs
33
RUN apt-get install -y -qq --no-install-recommends nodejs npm && \
34
npm install -g n && n install ${NODE_VERSION}
35
0 commit comments