Skip to content

Commit

Permalink
Add missing dependencies to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lassilaiho committed Feb 2, 2022
1 parent 74c4e56 commit 671a1e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/install
/log
/build
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
ros-galactic-fastrtps \
ros-galactic-rmw-fastrtps-cpp \
nlohmann-json3-dev \
pkg-config \
libopencv-imgproc-dev \
libgstreamer1.0-dev \
libgstreamer-plugins-base1.0-dev \
&& rm -rf /var/lib/apt/lists/*

ENV RMW_IMPLEMENTATION=rmw_fastrtps_cpp
Expand Down

0 comments on commit 671a1e4

Please sign in to comment.