From 1cd668f61c4823b2b7c9e076a3d9043a3b9cf2cf Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:42:19 +0100 Subject: [PATCH] Update Dockerfile --- linkwarden/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkwarden/Dockerfile b/linkwarden/Dockerfile index c9a5e35e5..f80ef4369 100644 --- a/linkwarden/Dockerfile +++ b/linkwarden/Dockerfile @@ -30,7 +30,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ # Install postgres RUN \ - apt update && apt install vim gnupg2 lsb-release -y && \ + apt update && apt install vim gnupg2 lsb-release sudo -y && \ curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc| gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg && \ sh -c 'echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' && \ apt update && apt install -y postgresql-16