fix: add git when building docker image (#1052)

pull/1062/head
CHAN, Chak Shing 2 years ago committed by GitHub
parent 31cca024f1
commit fd2408dd62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ COPY ./package.json package.json
COPY ./yarn.lock yarn.lock
COPY ./prisma/schema.prisma prisma/schema.prisma
RUN apk add --no-cache python3 g++ make openssl
RUN apk add --no-cache python3 g++ make openssl git
RUN yarn install
# See https://github.com/nrwl/nx/issues/6586 for further details

Loading…
Cancel
Save