mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-07-07 10:05:46 +02:00
Added conan
Added to README
This commit is contained in:

committed by
Kalle Møller

parent
06496631bf
commit
06f32e6953
@ -26,6 +26,8 @@ RUN \
|
||||
-python $([ -e /opt/python/cp35-cp35m/bin/python ] && echo "/opt/python/cp35-cp35m/bin/python" || echo "python") && \
|
||||
rm /dockcross/install-ninja.sh
|
||||
|
||||
RUN pip install conan
|
||||
|
||||
RUN echo "root:root" | chpasswd
|
||||
WORKDIR /work
|
||||
ENTRYPOINT ["/dockcross/entrypoint.sh"]
|
||||
|
Reference in New Issue
Block a user