Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3786121
D765.id1934.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
883 B
Referenced Files
None
Subscribers
None
D765.id1934.diff
View Options
diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,11 +12,7 @@
RUN apt-get update && apt-get install -y \
mercurial subversion openssh-client locales clang-format-3.5 \
--no-install-recommends && rm -r /var/lib/apt/lists/* && \
- ln -s /usr/bin/clang-format-3.5 /usr/bin/clang-format && \
- 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
+ ln -s /usr/bin/clang-format-3.5 /usr/bin/clang-format
RUN cd /opt && \
git clone https://github.com/phacility/libphutil.git && \
@@ -34,7 +30,6 @@
# 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
Wed, Nov 27, 12:40 (16 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2266912
Default Alt Text
D765.id1934.diff (883 B)
Attached To
Mode
D765: Move locale support to base image
Attached
Detach File
Event Timeline
Log In to Comment