This commit is contained in:
Choldrim 2016-01-30 02:16:45 +08:00
parent 11e6b29702
commit 509c367d29
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
ignore_dir

View file

@ -9,7 +9,8 @@ LABEL description="distcc compiler node"
RUN apt-get update \
&& yes | apt-get install g++ \
&& yes | apt-get install clang \
&& yes | apt-get install distcc=3.1-*
&& yes | apt-get install distcc=3.1-* \
&& apt-get clean && apt -get instore distcc
COPY source/start.sh /usr/bin/