Skip to content

Commit fa63dd1

Browse files
committed
added deps
1 parent 895af24 commit fa63dd1

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

ROS2/AMD64x86/wheelchair2_base_gazebo/Dockerfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ LABEL org.opencontainers.image.licenses="MIT"
1212
# handle default shell
1313
SHELL ["/bin/bash", "-c"]
1414

15-
16-
RUN sudo apt-get update && sudo apt-get install -y \
15+
# Install deps
16+
RUN sudo apt-get update && sudo apt-get install -y --no-install-recommends \
1717
gnupg \
1818
software-properties-common \
1919
libtiff5 \
@@ -22,10 +22,8 @@ RUN sudo apt-get update && sudo apt-get install -y \
2222
libvulkan1 \
2323
freeglut3-dev \
2424
vulkan-tools \
25-
libdc1394-25
26-
27-
# Install Basic deps
28-
RUN sudo apt-get update && sudo apt-get install -y --no-install-recommends \
25+
libdc1394-25 \
26+
mesa-utils \
2927
libssl-dev \
3028
libusb-1.0-0-dev \
3129
libudev-dev \

0 commit comments

Comments
 (0)