t
This commit is contained in:
parent
dadff5073f
commit
7c0d64c28b
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ RUN apt-get clean && apt-get update
|
|||
RUN apt-get -y install gcc fakeroot python3 base patch file make git sudo g++ rsync curl iputils-ping
|
||||
RUN apt-get clean
|
||||
RUN useradd -m user && echo "user:password" | chpasswd
|
||||
RUN echo "your current 'user' password is 'password'."
|
||||
RUN echo "use 'su -' to become root, and enter the root password , also 'password' if youd like."
|
||||
|
||||
|
||||
# leave enough to hopefully buld sitl.
|
||||
RUN echo "getting some ardupilot sources..."
|
||||
|
|
Loading…
Add table
Reference in a new issue