From 0a40086642120f2a3dc9760c38895a0eb6fe15ac Mon Sep 17 00:00:00 2001 From: "Jonathan Dance (JD)" Date: Fri, 8 Dec 2023 17:49:40 -0600 Subject: [PATCH] remove locale workaround (#212) --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d1c2ac4..888c492 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,9 +2,6 @@ FROM postgres_base -# workaround for https://github.com/docker-library/postgres/issues/1112 -RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen - RUN set -eux; \ apt-get update; \ apt-get install -y --no-install-recommends \