mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
release: skip download pptr in dockerfile (#2712)
This commit is contained in:
parent
df6eb9e942
commit
8135246e41
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ FROM node:16-alpine as builder
|
|||
WORKDIR /etc/logto
|
||||
ENV CI=true
|
||||
|
||||
# No need for build
|
||||
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
|
||||
|
||||
# Install toolchain
|
||||
RUN npm add --location=global pnpm@^7.14.0
|
||||
# https://github.com/nodejs/docker-node/blob/main/docs/BestPractices.md#node-gyp-alpine
|
||||
|
|
Loading…
Reference in a new issue