Skip to content

Commit c4774b0

Browse files
authored
fix: dockerfile (#2107)
* fix dockerfile * fix typo * clean
1 parent 955a805 commit c4774b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.node

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:20.17.0-slim@sha256:2394e403d45a644e41ac2a15b6f843a7d4a99ad24be48c2798
22
WORKDIR /usr/src/pyth
33
ENV PNPM_HOME="/pnpm"
44
ENV PATH="$PNPM_HOME:$PATH"
5-
RUN apt-get update && apt-get install -y git python3 make gcc g++ && corepack enable
5+
RUN apt-get update && apt-get install -y git python3 make gcc g++ curl && corepack enable
66
COPY ./ .
77
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
88

0 commit comments

Comments
 (0)