Skip to content

Commit 7037714

Browse files
add updating public key (#245)
1 parent a40570d commit 7037714

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tutorials/pick_and_place/docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM ros:melodic-ros-base
22

3+
RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F42ED6FBAB17C654
4+
35
RUN sudo apt-get update && sudo apt-get install -y vim iputils-ping net-tools python-pip ros-melodic-robot-state-publisher ros-melodic-moveit ros-melodic-rosbridge-suite ros-melodic-joy ros-melodic-ros-control ros-melodic-ros-controllers ros-melodic-tf2-web-republisher dos2unix
46

57
RUN sudo -H pip install rospkg jsonpickle

0 commit comments

Comments
 (0)