Skip to content

Commit

Permalink
fix: hack-codegen failing due to pnpm version mismatch (#1870)
Browse files Browse the repository at this point in the history
Signed-off-by: Remington Breeze <[email protected]>
  • Loading branch information
rbreeze authored Apr 18, 2024
1 parent 10a1593 commit 7ccc959
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ RUN apt update && apt install -y ca-certificates curl gnupg unzip \
&& mkdir -p /etc/apt/keyrings \
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \
&& echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list \
&& apt-get update && apt-get install nodejs -y \
&& curl -fsSL https://get.pnpm.io/install.sh | bash \
&& mv /root/.local/share/pnpm/pnpm /usr/bin
&& apt-get update && apt-get install nodejs -y

RUN npm install --global pnpm@9.0.2

ARG USER_ID=1000
ARG GROUP_ID=1000
Expand Down

0 comments on commit 7ccc959

Please sign in to comment.