diff --git a/Dockerfile b/Dockerfile index 3f61b17..a094e42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,10 +8,6 @@ FROM base AS builder # Prepare pnpm https://pnpm.io/installation#using-corepack RUN corepack enable -# Prepare deps -RUN apk update -RUN apk add git --no-cache - # Prepare build deps ( ignore postinstall scripts for now ) COPY .npmrc ./ COPY package.json ./