From 79f5f9ac7dd7b603dd53f062a62b467cb78ab8a5 Mon Sep 17 00:00:00 2001 From: Allan Garcia Date: Wed, 3 Apr 2024 20:54:41 -0600 Subject: [PATCH] Removed Alpine repository for vips --- docker/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) 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 \