Skip to content

Commit

Permalink
[jsk_spot_robot/coreio/base/Dockerfile] add example to install debian…
Browse files Browse the repository at this point in the history
… package for urer docker container
  • Loading branch information
k-okada committed Nov 16, 2024
1 parent a9b4578 commit 89a8035
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 @@ -113,6 +113,9 @@ RUN chmod 0777 /home/${USER}/ros_entrypoint.sh

RUN echo "source /opt/ros/melodic/share/rosbash/rosbash" >> ~/.bashrc

## add your favorite package
RUN sudo apt install -y clisp

## FIXME @@HOME@@ is replaced by create_src_tree_tar in Makefile
ENTRYPOINT ["@@HOME@@/ros_entrypoint.sh"]
CMD ["bash"]

0 comments on commit 89a8035

Please sign in to comment.