Added conan

Added to README
This commit is contained in:
Kalle R. Møller
2017-01-29 17:37:05 +01:00
committed by Kalle Møller
parent 06496631bf
commit 06f32e6953
3 changed files with 4 additions and 0 deletions

View File

@ -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"]