Added functionality to ease the use of X image

Functionality borrowed from the Raspberry Pi cross compile docker build
file from https://github.com/sdt/docker-raspberry-pi-cross-compiler
This commit is contained in:
Sven Fischer
2015-08-18 17:46:18 +02:00
committed by Roman Valls Guimera
parent 91f635d0af
commit 8e344a9537
3 changed files with 223 additions and 0 deletions

View File

@ -51,3 +51,8 @@ RUN git clone https://github.com/martine/ninja.git && \
./ninja && \
cp ./ninja /usr/bin/ && \
cd .. && rm -rf ninja
WORKDIR /build
ENTRYPOINT ["/dockcross/entrypoint.sh"]
COPY imagefiles/entrypoint.sh imagefiles/dockcross /dockcross/