Skip to content

Commit

Permalink
Fix rosdep: not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
atasoglou committed Mar 23, 2020
1 parent 092d1b3 commit 067edcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nvidia/melodic/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E
RUN apt-get update && apt-get install -y --allow-downgrades --allow-remove-essential --allow-change-held-packages \
libpcap-dev \
gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev \
ros-melodic-desktop-full python-rosinstall python-rosinstall-generator python-wstool build-essential \
ros-melodic-desktop-full python-rosinstall python-rosinstall-generator python-wstool build-essential python-rosdep \
ros-melodic-socketcan-bridge \
ros-melodic-geodesy && \
apt-get clean && rm -rf /var/lib/apt/lists/*
Expand All @@ -83,4 +83,4 @@ COPY assets/entrypoint_setup.sh /
ENTRYPOINT ["/entrypoint_setup.sh"]

# ---
CMD ["terminator"]
CMD ["terminator"]

0 comments on commit 067edcc

Please sign in to comment.