mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-02-25 00:13:33 +08:00
Removed python from Dockerfile
This commit is contained in:
parent
3766936bd6
commit
7cbd6302af
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM node:lts-alpine
|
||||
|
||||
RUN apk add --no-cache make git dumb-init python openssl
|
||||
RUN apk --no-cache add make git dumb-init openssl
|
||||
|
||||
WORKDIR /wildduck
|
||||
|
||||
|
@ -9,7 +9,6 @@ RUN npm install --production
|
|||
|
||||
COPY . .
|
||||
|
||||
|
||||
ENV WILDDUCK_APPDIR=/wildduck \
|
||||
WILDDUCK_CONFIG=/wildduck/config/default.toml \
|
||||
CMD_ARGS=""
|
||||
|
|
Loading…
Reference in a new issue