Skip to content

Commit

Permalink
ci: put back python install for gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutonite committed Feb 19, 2024
1 parent 877435f commit bdf948d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY --chown=node:node tsconfig.json .
COPY --chown=node:node scripts/ scripts/
COPY --chown=node:node src/ src/

# RUN apk add --no-cache python3 make g++
RUN apk add --no-cache python3 make g++
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
RUN pnpm run build

Expand Down

0 comments on commit bdf948d

Please sign in to comment.