File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ WORKDIR /home/ubuntu
1616ENV PNPM_HOME=/home/ubuntu/.pnpm/bin
1717ENV PATH="${PATH}:${PNPM_HOME}"
1818
19- RUN npm install -g npm@latest \
19+ RUN npm install -g npm@~11.10.0 \
2020 && su ubuntu -c "npm install --prefix=/home/ubuntu/.pnpm -g pnpm" \
2121 && su ubuntu -c "export PNPM_HOME=/home/ubuntu/.pnpm/bin"
2222
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ WORKDIR /home/ubuntu
1616ENV PNPM_HOME=/home/ubuntu/.pnpm/bin
1717ENV PATH="${PATH}:${PNPM_HOME}"
1818
19- RUN npm install -g npm@latest \
19+ RUN npm install -g npm@~11.10.0 \
2020 && su ubuntu -c "npm install --prefix=/home/ubuntu/.pnpm -g pnpm" \
2121 && su ubuntu -c "export PNPM_HOME=/home/ubuntu/.pnpm/bin"
2222
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ WORKDIR /home/ubuntu
1616ENV PNPM_HOME=/home/ubuntu/.pnpm/bin
1717ENV PATH="${PATH}:${PNPM_HOME}"
1818
19- RUN npm install -g npm@latest \
19+ RUN npm install -g npm@~11.10.0 \
2020 && su ubuntu -c "npm install --prefix=/home/ubuntu/.pnpm -g pnpm" \
2121 && su ubuntu -c "export PNPM_HOME=/home/ubuntu/.pnpm/bin"
2222
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ WORKDIR /home/ubuntu
1616ENV PNPM_HOME=/home/ubuntu/.pnpm/bin
1717ENV PATH="${PATH}:${PNPM_HOME}"
1818
19- RUN npm install -g npm@latest \
19+ RUN npm install -g npm@~11.10.0 \
2020 && su ubuntu -c "npm install --prefix=/home/ubuntu/.pnpm -g pnpm" \
2121 && su ubuntu -c "export PNPM_HOME=/home/ubuntu/.pnpm/bin"
2222
You can’t perform that action at this time.
0 commit comments