mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-22 22:25:41 +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/ && \
|
cp ./ninja /usr/bin/ && \
|
||||||
cd .. && rm -rf ninja
|
cd .. && rm -rf ninja
|
||||||
|
|
||||||
|
RUN echo "root:root" | chpasswd
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
ENTRYPOINT ["/dockcross/entrypoint.sh"]
|
ENTRYPOINT ["/dockcross/entrypoint.sh"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user