mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-22 14:15:44 +01:00
base: Add a root password
This commit is contained in:
parent
d5c20e773a
commit
fac0bbe9ed
@ -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"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user