mirror of https://github.com/mastodon/mastodon
Fix Dockerfile installing incompatible npm version (#26803)
This commit is contained in:
parent
16e47e1aae
commit
86a31fc019
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue