From 5eae654856efaa4d7232a13b1f80dab33bfe085e Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Mon, 5 Aug 2024 09:45:21 +0200 Subject: [PATCH] Dockerfile: Drop previously unused package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Markus Nölle <6429294+martybegood@users.noreply.github.com> --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 56a3d54..0a24d49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,6 @@ COPY --from=build /app /app COPY --from=build /usr/local/bundle /usr/local/bundle COPY --from=build /app/vendor/bundle /app/vendor/bundle RUN apk --no-cache add --virtual runtime-dependencies \ - postgresql-dev \ postgresql-client \ tzdata \ bash