diff --git a/docker/Dockerfile b/docker/Dockerfile index ee1c7fa5dd5b3..d822209f76872 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -95,8 +95,6 @@ ARG RAILS_ENV=production ENV RAILS_ENV ${RAILS_ENV} ENV BUNDLE_PATH="/gems" -RUN apk add --update --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/main vips - RUN apk update && apk add --no-cache \ build-base \ openssl \