mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-01-30 17:13:46 +01:00
updates
Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
parent
3863eaac43
commit
516f197cdb
|
@ -5,8 +5,12 @@ RUN apt-get update && apt-get install -y \
|
|||
automake \
|
||||
ca-certificates \
|
||||
ccache \
|
||||
clang \
|
||||
clang-3.8 \
|
||||
clang-format-3.8 \
|
||||
clang-tidy-3.8 \
|
||||
colorgcc \
|
||||
curl \
|
||||
g++ \
|
||||
iptables \
|
||||
libapr1-dev \
|
||||
libcurl4-openssl-dev \
|
||||
|
@ -33,6 +37,8 @@ ADD https://get.docker.com/builds/Linux/x86_64/docker-latest /usr/bin/docker
|
|||
RUN chmod +x /usr/bin/docker \
|
||||
&& echo "docker daemon -D -s overlay" > $HOME/.bash_history
|
||||
|
||||
ENV CCACHE_MAXSIZE=20G CCACHE_CPP2=true CCACHE_HARDLINK=true CCACHE_SLOPPINESS=file_macro,time_macros,include_file_mtime,include_file_ctime,file_stat_matches CC=/usr/bin/clang CXX=/usr/bin/clang++
|
||||
|
||||
WORKDIR /usr/src/mesos
|
||||
|
||||
ENTRYPOINT [ "bash" ]
|
||||
|
|
Loading…
Reference in New Issue
Block a user