Fix Dockerfile installing incompatible npm version (#26803)

This commit is contained in:
Claire 2023-09-05 17:46:39 +02:00
parent d3e97e8c23
commit 48fbb9d53d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ RUN apt-get update && \
ENV PATH="${PATH}:/opt/ruby/bin:/opt/node/bin"
RUN npm install -g npm@latest && \
RUN npm install -g npm@9 && \
npm install -g yarn && \
gem install bundler && \
apt-get update && \