fix(core): update

This commit is contained in:
2022-10-11 10:06:18 +02:00
parent 812979b0bf
commit af16867f69
3 changed files with 4 additions and 2 deletions

View File

@ -81,3 +81,5 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
# Install nvm with node and npm
RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
RUN curl -fsSL https://get.pnpm.io/install.sh | sh - \
&& pnpm setup