Skip to content

Commit 0248f15

Browse files
committed
Removed vim installation from dockerfile.
1 parent f98dca9 commit 0248f15

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ RUN echo 'developer:developer' | chpasswd # Update user developer p
1515
RUN usermod -aG sudo,input developer # Add user to sudoers and input devices.
1616

1717
RUN apt-get -y upgrade
18-
RUN apt-get -y install vim wget unzip python3
18+
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
1922
RUN apt-get -y install jstest-gtk # Test connected joysticks.
2023
RUN apt-get install -y --no-install-recommends ros-humble-rmw-cyclonedds-cpp
2124

0 commit comments

Comments
 (0)