We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955a805 commit c4774b0Copy full SHA for c4774b0
Dockerfile.node
@@ -2,7 +2,7 @@ FROM node:20.17.0-slim@sha256:2394e403d45a644e41ac2a15b6f843a7d4a99ad24be48c2798
2
WORKDIR /usr/src/pyth
3
ENV PNPM_HOME="/pnpm"
4
ENV PATH="$PNPM_HOME:$PATH"
5
-RUN apt-get update && apt-get install -y git python3 make gcc g++ && corepack enable
+RUN apt-get update && apt-get install -y git python3 make gcc g++ curl && corepack enable
6
COPY ./ .
7
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
8
0 commit comments