Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3717304
D763.id1920.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
758 B
Referenced Files
None
Subscribers
None
D763.id1920.diff
View Options
diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,11 +25,13 @@
libreadline-dev \
libncursesw5-dev \
libnewt-dev
+ENV LANG C.UTF-8
RUN apt-get update && apt-get install -y ca-certificates curl libxml2 autoconf \
- gcc libc-dev make pkg-config nano less tmux wget git \
+ gcc libc-dev make pkg-config nano less tmux wget git locales \
$PHP_BUILD_DEPS $PHP_EXTRA_BUILD_DEPS \
- --no-install-recommends && rm -r /var/lib/apt/lists/*
+ --no-install-recommends && rm -r /var/lib/apt/lists/* \
+ && dpkg-reconfigure locales
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3 0BD78B5F97500D450838F95DFE857D9A90D90EC1 \
&& mkdir -p $PHP_INI_DIR/conf.d \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 7, 03:21 (19 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2232127
Default Alt Text
D763.id1920.diff (758 B)
Attached To
Mode
D763: Set locales to UTF-8
Attached
Detach File
Event Timeline
Log In to Comment