From 0670a99aa65fc6864384361839066f321bfa3270 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Mon, 6 Nov 2023 18:05:00 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4062fae45..6a4df1e4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,7 +62,7 @@ LABEL org.opencontainers.image.source https://github.com/dimitri/pgcopydb RUN dpkg --add-architecture ${TARGETARCH:-arm64} && apt update \ && apt install -qqy --no-install-suggests --no-install-recommends \ sudo \ - locales \ + passwd \ ca-certificates \ libpq5 \ lsof \