From 6c494a2d52520f5bf28956c3763bc58c317e3995 Mon Sep 17 00:00:00 2001 From: Alex Davies Date: Tue, 21 May 2024 15:43:44 -0300 Subject: [PATCH] Remove virtualbox guest additions for now --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bdda237..a1af55b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ RUN DONT_RUN=1 make px4_sitl gazebo-classic - -RUN apt-get install --yes virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11 +RUN apt-get install --yes virtualbox-guest-dkms virtualbox-guest-utils #This should be the first real user created and the `users` group on most linux distros RUN chown -R 1000:100 /opt/spiri-sdk