From df521d08905b7504d46c35b645fc3a8bce484eb0 Mon Sep 17 00:00:00 2001 From: bfren Date: Thu, 12 Oct 2023 23:29:20 +0100 Subject: [PATCH] Removing unnecessary (already installed) packages --- overlay/tmp/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/overlay/tmp/install b/overlay/tmp/install index 597ca36..4cc4814 100644 --- a/overlay/tmp/install +++ b/overlay/tmp/install @@ -19,14 +19,12 @@ adduser --uid 1000 --disabled-password --ingroup postgres postgres bf-echo "Installing PostgreSQL dependencies..." apk --no-cache add \ - busybox \ icu-libs \ libcrypto1.1 \ libldap \ libpq \ libssl1.1 \ libxml2 \ - musl \ postgresql-common \ tzdata