We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895af24 commit fa63dd1Copy full SHA for fa63dd1
1 file changed
ROS2/AMD64x86/wheelchair2_base_gazebo/Dockerfile
@@ -12,8 +12,8 @@ LABEL org.opencontainers.image.licenses="MIT"
12
# handle default shell
13
SHELL ["/bin/bash", "-c"]
14
15
-
16
-RUN sudo apt-get update && sudo apt-get install -y \
+# Install deps
+RUN sudo apt-get update && sudo apt-get install -y --no-install-recommends \
17
gnupg \
18
software-properties-common \
19
libtiff5 \
@@ -22,10 +22,8 @@ RUN sudo apt-get update && sudo apt-get install -y \
22
libvulkan1 \
23
freeglut3-dev \
24
vulkan-tools \
25
- libdc1394-25
26
27
-# Install Basic deps
28
-RUN sudo apt-get update && sudo apt-get install -y --no-install-recommends \
+ libdc1394-25 \
+ mesa-utils \
29
libssl-dev \
30
libusb-1.0-0-dev \
31
libudev-dev \
0 commit comments