Skip to content

Commit b5a4da9

Browse files
committed
fix dockerfile
1 parent 72dc36e commit b5a4da9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docker/Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ RUN asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
4747
# install some common node versions that are used in builds to speed things up
4848
RUN asdf install nodejs 20.19.1; \
4949
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
5550

5651
# copy files needed for deployment
5752
COPY --chown=cdkuser docker/entrypoint.sh /home/cdkuser/

0 commit comments

Comments
 (0)