Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3748068
D101.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
931 B
Referenced Files
None
Subscribers
None
D101.diff
View Options
diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,9 +10,13 @@
#
RUN apt-get update && apt-get install -y \
- mercurial subversion openssh-client \
- --no-install-recommends && rm -r /var/lib/apt/lists/*
-
+ mercurial subversion openssh-client locales \
+ --no-install-recommends && rm -r /var/lib/apt/lists/* && \
+ sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
+ echo 'LANG="en_US.UTF-8"' > /etc/default/locale && \
+ dpkg-reconfigure --frontend=noninteractive locales && \
+ update-locale LANG=en_US.UTF-8
+
RUN cd /opt && \
git clone https://github.com/phacility/libphutil.git && \
git clone https://github.com/phacility/arcanist.git && \
@@ -27,6 +31,7 @@
# Docker properties
#
+ENV LANG en_US.UTF-8
VOLUME ["/opt/config", "/opt/workspace"]
WORKDIR /opt/workspace
CMD ["/usr/local/bin/arc"]
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 06:31 (22 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2248826
Default Alt Text
D101.diff (931 B)
Attached To
Mode
D101: Locale set to en_US.UTF-8
Attached
Detach File
Event Timeline
Log In to Comment