We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98dca9 commit 0248f15Copy full SHA for 0248f15
docker/Dockerfile
@@ -15,7 +15,10 @@ RUN echo 'developer:developer' | chpasswd # Update user developer p
15
RUN usermod -aG sudo,input developer # Add user to sudoers and input devices.
16
17
RUN apt-get -y upgrade
18
-RUN apt-get -y install vim wget unzip python3
+RUN apt-get -y install wget
19
+RUN apt-get -y install unzip
20
+RUN apt-get -y install python3
21
+RUN apt-get -y install python-is-python3
22
RUN apt-get -y install jstest-gtk # Test connected joysticks.
23
RUN apt-get install -y --no-install-recommends ros-humble-rmw-cyclonedds-cpp
24
0 commit comments