Skip to content

Commit

Permalink
Merge pull request #4512 from gitcoinco/fix-vips
Browse files Browse the repository at this point in the history
fix vips repo
  • Loading branch information
danlipert authored May 29, 2019
2 parents 88e4c03 + ead75ee commit 226136d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /code

# Install general dependencies.
RUN apk add --no-cache --update $PACKAGES && \
apk add --no-cache --update --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ vips && \
apk add --no-cache --update --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ vips && \
apk add --no-cache --update --virtual .builder $BUILD_DEPS

# GeoIP2 Data Files
Expand Down

0 comments on commit 226136d

Please sign in to comment.