Skip to content

Commit

Permalink
Install correct package for en_US locale files
Browse files Browse the repository at this point in the history
  • Loading branch information
brettch committed Nov 3, 2023
1 parent 603cb6e commit 4da2881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-support/docker/db/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM fedora:38

# Install UTF8 locale support
RUN dnf install -y langpacks-en.noarch
RUN dnf install -y glibc-langpack-en

# Install PostgreSQL
RUN dnf install -y postgresql-server postgresql-contrib
Expand Down

0 comments on commit 4da2881

Please sign in to comment.