Browse Source

install openssl while doing docker build

pull/465/head
Valentin Zickner 4 years ago
committed by Thomas
parent
commit
47c355ae8a
  1. 2
      Dockerfile

2
Dockerfile

@ -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
RUN apk add --no-cache python3 g++ make openssl
RUN yarn install
# See https://github.com/nrwl/nx/issues/6586 for further details

Loading…
Cancel
Save