Skip to content

Commit

Permalink
Merge branch 'master' into tos-client
Browse files Browse the repository at this point in the history
  • Loading branch information
danlipert authored May 29, 2019
2 parents 8ab8f6a + 226136d commit 38aca42
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 38aca42

Please sign in to comment.