Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F6598905
D685.id1720.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
768 B
Referenced Files
None
Subscribers
None
D685.id1720.diff
View Options
diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,8 +23,9 @@
libssl-dev \
libxslt1-dev \
libxml2-dev
-ENV LANG en_US.UTF-8
-ENV LC_ALL en_US.UTF-8
+ENV LANG C.UTF-8
+
+RUN dpkg-reconfigure locales
RUN apt-get update && apt-get install -y ca-certificates curl libxml2 autoconf \
gcc libc-dev make pkg-config nginx-full \
diff --git a/novolume/Dockerfile b/novolume/Dockerfile
--- a/novolume/Dockerfile
+++ b/novolume/Dockerfile
@@ -23,8 +23,9 @@
libssl-dev \
libxslt1-dev \
libxml2-dev
-ENV LANG en_US.UTF-8
-ENV LC_ALL en_US.UTF-8
+ENV LANG C.UTF-8
+
+RUN dpkg-reconfigure locales
RUN apt-get update && apt-get install -y ca-certificates curl libxml2 autoconf \
gcc libc-dev make pkg-config nginx-full \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 5, 22:25 (15 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2546753
Default Alt Text
D685.id1720.diff (768 B)
Attached To
Mode
D685: Setting C.UTF-8 as default environment variable
Attached
Detach File
Event Timeline
Log In to Comment