Skip to content

Commit

Permalink
remove locale workaround (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuputah authored Dec 8, 2023
1 parent 24140f2 commit 0a40086
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 0a40086

Please sign in to comment.