get rid of reduntant code

This commit is contained in:
Jun-te Kim 2025-07-22 10:56:55 +00:00
parent bdfc32720c
commit 6d46368321
2 changed files with 1 additions and 13 deletions

View file

@ -20,18 +20,6 @@ RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
&& node -v \
&& npm -v
# # Install Node.js 18.19.1 manually
# RUN curl -fsSL https://nodejs.org/dist/v18.19.1/node-v18.19.1-linux-x64.tar.xz -o node.tar.xz \
# && mkdir -p /usr/local/lib/nodejs \
# && tar -xJf node.tar.xz -C /usr/local/lib/nodejs \
# && rm node.tar.xz \
# && ln -s /usr/local/lib/nodejs/node-v18.19.1-linux-x64/bin/node /usr/bin/node \
# && ln -s /usr/local/lib/nodejs/node-v18.19.1-linux-x64/bin/npm /usr/bin/npm \
# && ln -s /usr/local/lib/nodejs/node-v18.19.1-linux-x64/bin/npx /usr/bin/npx \
# && node -v \
# && npm -v
# # Install aws
# RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
# RUN unzip awscliv2.zip

View file

@ -1 +1 @@
# npm install;
npm install;