mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00: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:
committed by
GitHub
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 scripts ./scripts
|
||||||
COPY packages ./packages
|
COPY packages ./packages
|
||||||
|
|
||||||
|
RUN apk add --update libc6-compat
|
||||||
RUN corepack enable && corepack prepare --activate
|
RUN corepack enable && corepack prepare --activate
|
||||||
RUN chown -R node:node .
|
RUN chown -R node:node .
|
||||||
USER node
|
USER node
|
||||||
|
|||||||
Reference in New Issue
Block a user