Skip to content

Commit

Permalink
jsk_spot_robot/coreio/base/Dockerfile: install tmux/expect
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Dec 5, 2024
1 parent 032daa7 commit e93eaf7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jsk_spot_robot/coreio/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ RUN sudo apt-get update && ROS_PYTHON_VERSION=3 rosdep install -y -r --skip-keys
#####
FROM pre_build AS dev_build

# extra tools
RUN sudo apt-get update && sudo apt install -y -q tmux expect

RUN echo "#!/bin/bash" > /home/spot/ros_entrypoint.sh && \
echo "set -e" >> /home/spot/ros_entrypoint.sh && \
echo "source /opt/ros/melodic/setup.bash --" >> /home/spot/ros_entrypoint.sh && \
Expand Down

0 comments on commit e93eaf7

Please sign in to comment.