Skip to content

Commit 1ae7780

Browse files
authored
Merge pull request #135 from aplijobs/fix/dockerfile/alpine-vips
2 parents 71f394e + 79f5f9a commit 1ae7780

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docker/Dockerfile

-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ ENV NODE_OPTIONS ${NODE_OPTIONS}
1818

1919
ENV BUNDLE_PATH="/gems"
2020

21-
RUN apk add --update --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/main vips
22-
2321
RUN apk update && apk add --no-cache \
2422
openssl \
2523
tar \
@@ -97,8 +95,6 @@ ARG RAILS_ENV=production
9795
ENV RAILS_ENV ${RAILS_ENV}
9896
ENV BUNDLE_PATH="/gems"
9997

100-
RUN apk add --update --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/main vips
101-
10298
RUN apk update && apk add --no-cache \
10399
build-base \
104100
openssl \

0 commit comments

Comments
 (0)