Skip to content
Snippets Groups Projects
Commit c03acaef authored by Rishi Panthee's avatar Rishi Panthee Committed by Dan Notestein
Browse files

Don't install vips in dockerfile

parent 4915d8a3
No related branches found
No related tags found
1 merge request!8Runs on Node.JS 18
...@@ -10,12 +10,7 @@ RUN apk add \ ...@@ -10,12 +10,7 @@ RUN apk add \
fftw-dev \ fftw-dev \
git \ git \
make \ make \
python py-pip
RUN apk add \
--no-cache \
--repository https://alpine.global.ssl.fastly.net/alpine/v3.10/community \
vips-dev
# install application dependencies # install application dependencies
COPY package.json yarn.lock ./ COPY package.json yarn.lock ./
...@@ -36,7 +31,7 @@ WORKDIR /app ...@@ -36,7 +31,7 @@ WORKDIR /app
RUN apk add \ RUN apk add \
--no-cache \ --no-cache \
--repository https://alpine.global.ssl.fastly.net/alpine/v3.10/community \ --repository https://alpine.global.ssl.fastly.net/alpine/v3.10/community \
fftw vips fftw
COPY --from=build-stage /app/config config COPY --from=build-stage /app/config config
COPY --from=build-stage /app/lib lib COPY --from=build-stage /app/lib lib
COPY --from=build-stage /app/node_modules node_modules 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