1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-28 00:27:40 +02:00

fix Dockerfile

This commit is contained in:
Matthias Kretschmann 2018-11-10 14:19:39 +01:00
parent fb1ca677fa
commit 52d8b7fc19
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

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