mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-12 14:09:25 +02:00
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:

committed by
Roman Valls Guimera

parent
91f635d0af
commit
8e344a9537
@ -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/
|
||||
|
Reference in New Issue
Block a user