Remove virtualbox guest additions for now
This commit is contained in:
parent
292acdb45a
commit
6c494a2d52
|
@ -15,8 +15,7 @@ RUN git clone --depth 1 -b v1.15.0-beta1 https://github.com/PX4/PX4-Autopilot.gi
|
||||||
WORKDIR /opt/spiri-sdk/PX4-Autopilot/
|
WORKDIR /opt/spiri-sdk/PX4-Autopilot/
|
||||||
RUN DONT_RUN=1 make px4_sitl gazebo-classic
|
RUN DONT_RUN=1 make px4_sitl gazebo-classic
|
||||||
|
|
||||||
|
RUN apt-get install --yes virtualbox-guest-dkms virtualbox-guest-utils
|
||||||
RUN apt-get install --yes virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11
|
|
||||||
|
|
||||||
#This should be the first real user created and the `users` group on most linux distros
|
#This should be the first real user created and the `users` group on most linux distros
|
||||||
RUN chown -R 1000:100 /opt/spiri-sdk
|
RUN chown -R 1000:100 /opt/spiri-sdk
|
||||||
|
|
Loading…
Reference in New Issue