From 0211c06c37fc466291877d1bf064d252f8b5bb7f Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Mon, 5 Jul 2021 15:54:04 +0200 Subject: [PATCH] don't need sudo here --- optional/postgresql/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/optional/postgresql/Dockerfile b/optional/postgresql/Dockerfile index 9c6558b9..0f5034da 100644 --- a/optional/postgresql/Dockerfile +++ b/optional/postgresql/Dockerfile @@ -3,7 +3,6 @@ FROM $DISTRO # python3 shared with most images RUN apk add --no-cache \ python3 py3-pip bash py3-multidict \ - && apk add --upgrade sudo \ && pip3 install --upgrade pip # Shared layer between nginx, dovecot, postfix, postgresql, rspamd, unbound, rainloop, roundcube