You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: 12/Dockerfile
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ RUN set -eux; \
44
44
gosu --version; \
45
45
gosu nobody true
46
46
47
-
# make the "en_US.UTF-8" locale so postgres will be utf-8 enabled by default
47
+
# make the "en_GB.UTF-8" locale so postgres will be utf-8 enabled by default
48
48
RUN set -eux; \
49
49
if [ -f /etc/dpkg/dpkg.cfg.d/docker ]; then \
50
50
# if this file exists, we're likely in "debian:xxx-slim", and locales are thus being excluded so we need to remove that exclusion (since we need locales)
0 commit comments