Removed python from Dockerfile

This commit is contained in:
Andris Reinman 2021-11-16 13:30:41 +02:00
parent 3766936bd6
commit 7cbd6302af
No known key found for this signature in database
GPG key ID: DC6C83F4D584D364

View file

@ -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=""