diff --git a/Dockerfile b/Dockerfile index 6f5b3aa..d495a9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,12 +2,11 @@ FROM node:alpine RUN apk update && \ apk add --update --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing \ - vips-dev \ - fftw-dev \ g++ \ git \ make \ bash \ + python \ && rm -rf /var/cache/apk/* RUN mkdir -p /portfolio