Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3754895
D745.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1021 B
Referenced Files
None
Subscribers
None
D745.diff
View Options
diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,8 +10,9 @@
#
RUN apt-get update && apt-get install -y \
- mercurial subversion openssh-client locales \
+ 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 && \
@@ -20,6 +21,7 @@
RUN cd /opt && \
git clone https://github.com/phacility/libphutil.git && \
git clone https://github.com/phacility/arcanist.git && \
+ git clone https://github.com/vhbit/clang-format-linter.git && \
wget https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash && \
cd /home/app && \
ln -s /opt/arcanist/bin/arc /usr/local/bin/arc && \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 10:49 (20 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2250641
Default Alt Text
D745.diff (1021 B)
Attached To
Mode
D745: Add clang-format-linter support
Attached
Detach File
Event Timeline
Log In to Comment