mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Add pnpm to runners (#1683)
Found another place where pnpm needs to be added.
This commit is contained in:
@@ -8,7 +8,10 @@ ARG RUNNER_IMAGE="alpine:${ALPINE_VERSION}"
|
||||
FROM ${BUILDER_IMAGE} as builder
|
||||
|
||||
# install build dependencies
|
||||
RUN apk add nodejs pnpm build-base git python3
|
||||
RUN apk add nodejs npm build-base git python3
|
||||
|
||||
# Add pnpm
|
||||
RUN npm i -g pnpm
|
||||
|
||||
# prepare build dir
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user