mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-27 02:10:52 +08:00
Add openssl dependency to dockerfile
This commit is contained in:
parent
f4bbc9f958
commit
ed9160a258
1 changed files with 1 additions and 1 deletions
|
@ -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 . .
|
||||
|
|
Loading…
Reference in a new issue