This commit is contained in:
Buzz 2024-08-21 16:00:48 +10:00 committed by GitHub
parent dadff5073f
commit 7c0d64c28b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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..."