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 \