Skip to content

Commit

Permalink
fix: dockerfile (#2107)
Browse files Browse the repository at this point in the history
* fix dockerfile

* fix typo

* clean
  • Loading branch information
guibescos authored Nov 8, 2024
1 parent 955a805 commit c4774b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.node
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:20.17.0-slim@sha256:2394e403d45a644e41ac2a15b6f843a7d4a99ad24be48c2798
WORKDIR /usr/src/pyth
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
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
COPY ./ .
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile

Expand Down

0 comments on commit c4774b0

Please sign in to comment.