Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11708571
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/Dockerfile b/Dockerfile
index d812191..d3bcfed 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,37 +1,38 @@
#
# Nasqueron - Arcanist image
#
FROM nasqueron/php-cli
MAINTAINER Sébastien Santoro aka Dereckson <dereckson+nasqueron-docker@espace-win.org>
#
# Prepare the container
#
RUN apt-get update && apt-get install -y \
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 && \
+ 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 && \
ln -s /opt/config/gitconfig /root/.gitconfig && \
ln -s /opt/config/arcrc /root/.arcrc
COPY files /
#
# Docker properties
#
ENV LANG en_US.UTF-8
VOLUME ["/opt/config", "/opt/workspace"]
WORKDIR /opt/workspace
CMD ["/usr/local/bin/arc"]
diff --git a/files/root/.bashrc b/files/root/.bashrc
index 5cd7ac3..072491d 100644
--- a/files/root/.bashrc
+++ b/files/root/.bashrc
@@ -1 +1,2 @@
source /opt/arcanist/resources/shell/bash-completion
+source /opt/git-completion.bash
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Sep 15, 06:19 (20 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2983817
Default Alt Text
(1 KB)
Attached To
Mode
rDARC nasqueron/arcanist Docker image
Attached
Detach File
Event Timeline
Log In to Comment