Skip to content

Commit

Permalink
ci: Add libc6-compat to nightly docker builds (no-changelog) (#4885)
Browse files Browse the repository at this point in the history
ci: add libc6-compat to nightly docker build (no-changelog)
  • Loading branch information
netroy authored Dec 11, 2022
1 parent 3b969d2 commit b80e388
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/images/n8n-custom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b80e388

Please sign in to comment.