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 72dc36e commit b5a4da9Copy full SHA for b5a4da9
docker/Dockerfile
@@ -47,11 +47,6 @@ RUN asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
47
# install some common node versions that are used in builds to speed things up
48
RUN asdf install nodejs 20.19.1; \
49
asdf install nodejs 23.9.0
50
-# update npm
51
-RUN export ASDF_DIR=/home/cdkuser/.asdf && \
52
- . /home/cdkuser/.asdf/asdf.sh && \
53
- asdf shell nodejs 20.19.1 && \
54
- cd ~/.asdf/installs/nodejs/20.19.1/lib && npm update npm
55
56
# copy files needed for deployment
57
COPY --chown=cdkuser docker/entrypoint.sh /home/cdkuser/
0 commit comments