mirror of
https://github.com/EECS-467-W20-RRRobot-Project/RRRobot.git
synced 2025-08-30 19:03:14 +00:00
ROS Dockerfile Install Dependencies
- Use ros:melodic instead of ros:melodic-ros-core - update packages and install build-essential for ROS container
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
# ROS Dockerfile
|
||||
|
||||
# Use official image for ROS Melodic Morenia
|
||||
FROM ros:melodic-ros-core
|
||||
FROM ros:melodic
|
||||
|
||||
# Install dependencies for development
|
||||
RUN sudo apt-get update && apt-get install -y \
|
||||
build-essential
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
|
Reference in New Issue
Block a user