diff --git a/docker/Dockerfile b/docker/Dockerfile index 265cdd85e7897..d822209f76872 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -18,8 +18,6 @@ ENV NODE_OPTIONS ${NODE_OPTIONS} 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 \ openssl \ tar \ @@ -97,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 \