base: Add a root password

This commit is contained in:
Matt McCormick 2016-07-15 15:54:39 -04:00
parent d5c20e773a
commit fac0bbe9ed

View File

@ -68,6 +68,7 @@ RUN git clone https://github.com/martine/ninja.git && \
cp ./ninja /usr/bin/ && \
cd .. && rm -rf ninja
RUN echo "root:root" | chpasswd
WORKDIR /build
ENTRYPOINT ["/dockcross/entrypoint.sh"]