mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
ci: Add libc6-compat to nightly docker builds (no-changelog) (#4885)
ci: add libc6-compat to nightly docker build (no-changelog)
This commit is contained in:
parent
3b969d2cd1
commit
b80e38817d
|
@ -7,6 +7,7 @@ COPY turbo.json package.json .npmrc pnpm-lock.yaml pnpm-workspace.yaml tsconfig.
|
|||
COPY scripts ./scripts
|
||||
COPY packages ./packages
|
||||
|
||||
RUN apk add --update libc6-compat
|
||||
RUN corepack enable && corepack prepare --activate
|
||||
RUN chown -R node:node .
|
||||
USER node
|
||||
|
|
Loading…
Reference in a new issue