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 530dfac commit e1bdca5Copy full SHA for e1bdca5
Dockerfile
@@ -7,6 +7,9 @@ ENV HUSKY=0
7
# Use pnpm
8
RUN corepack enable && corepack prepare [email protected] --activate
9
10
+# Install python and build tools
11
+RUN apk add --no-cache python3 make g++
12
+
13
# Install deps efficiently
14
COPY package.json pnpm-lock.yaml* ./
15
RUN pnpm fetch
0 commit comments