Skip to content

Commit

Permalink
Enable pnpm in buildbox (#44214)
Browse files Browse the repository at this point in the history
  • Loading branch information
gzdunek authored Jul 16, 2024
1 parent 1de89b6 commit 74f9cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.assets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ RUN export NODE_ARCH=$(if [ "$BUILDARCH" = "amd64" ]; then echo "x64"; else echo
mkdir -p ${NODE_PATH} && \
curl -o /tmp/nodejs.tar.xz -fsSL ${NODE_URL} && \
tar -xJf /tmp/nodejs.tar.xz -C /usr/local/lib/nodejs-linux --strip-components=1
RUN corepack enable yarn
RUN corepack enable yarn pnpm

# Install Go.
ARG GOLANG_VERSION
Expand Down

0 comments on commit 74f9cad

Please sign in to comment.