Skip to content
Snippets Groups Projects
Commit 34e9a088 authored by feruzm's avatar feruzm Committed by Dan Notestein
Browse files

add back vips, fast image processing

parent fed8e8eb
No related branches found
No related tags found
1 merge request!10Add VIPS, Fetch very old images
......@@ -12,7 +12,12 @@ RUN apk add \
make \
py-pip
# install application dependencies
RUN apk add \
--no-cache \
--repository https://dl-3.alpinelinux.org/alpine/edge/testing/ \
vips-dev
# install application dependencies
COPY package.json yarn.lock ./
RUN JOBS=max yarn install --non-interactive --frozen-lockfile
......@@ -31,7 +36,7 @@ WORKDIR /app
RUN apk add \
--no-cache \
--repository https://alpine.global.ssl.fastly.net/alpine/v3.10/community \
fftw
fftw vips
COPY --from=build-stage /app/config config
COPY --from=build-stage /app/lib lib
COPY --from=build-stage /app/node_modules node_modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment