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:
कारतोफ्फेलस्क्रिप्ट™ 2022-12-11 21:15:13 +01:00 committed by GitHub
parent 3b969d2cd1
commit b80e38817d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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