mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-12 14:09:25 +02:00
base: Add a root password
This commit is contained in:
@ -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"]
|
||||
|
||||
|
Reference in New Issue
Block a user