Add openssl dependency to dockerfile

This commit is contained in:
Louis Laureys 2020-08-19 20:41:28 +02:00
parent f4bbc9f958
commit ed9160a258

View file

@ -1,6 +1,6 @@
FROM node:lts-alpine
RUN apk add --no-cache make git dumb-init python
RUN apk add --no-cache make git dumb-init python openssl
WORKDIR /wildduck
COPY . .