Skip to content

Commit f63aee3

Browse files
fixed missing packages in workspace container
1 parent 70c206d commit f63aee3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

turtlebot4-workspace/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ RUN apt-get update && \
2424
ffmpeg \
2525
libsm6 \
2626
unzip \
27-
findutils
27+
findutils \
28+
gnome-terminal
2829

2930
# Clean up
3031
RUN apt-get clean && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)