dockcross: make the default image specific to each compiler

This commit is contained in:
Matt McCormick
2016-07-04 00:10:36 -04:00
parent aa06b9af2c
commit fdb18671e3
15 changed files with 47 additions and 18 deletions

View File

@ -46,7 +46,7 @@ RUN git clone git://cmake.org/cmake.git CMake && \
make install && \
cd .. && \
rm -rf CMake*
# Build and install Ninja from source
RUN git clone https://github.com/martine/ninja.git && \
cd ninja && \