Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ COPY . /app
|
|
8 |
|
9 |
RUN corepack enable
|
10 |
RUN apt-get update && \
|
11 |
-
apt-get install -y python3 build-essential
|
12 |
|
13 |
RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
|
14 |
pnpm install --prod --frozen-lockfile
|
|
|
8 |
|
9 |
RUN corepack enable
|
10 |
RUN apt-get update && \
|
11 |
+
apt-get install -y python3 build-essential git
|
12 |
|
13 |
RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
|
14 |
pnpm install --prod --frozen-lockfile
|