Skip to content

Commit

Permalink
chore: fix build dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
russkel authored Aug 15, 2024
1 parent f2eec46 commit cb39ec9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM ghcr.io/greenroom-robotics/ros_builder:iron-latest
ARG ROS_DISTRO=iron
FROM ghcr.io/greenroom-robotics/ros_builder:${ROS_DISTRO}-latest

# Create the package_manifests by deleting everything other than package.xml
WORKDIR /package_manifests
Expand Down Expand Up @@ -41,4 +42,4 @@ RUN sudo chown -R ros:ros /home/ros/${PLATFORM_MODULE}
# ENV ROS_OVERLAY /opt/greenroom/${PLATFORM_MODULE}
# RUN echo 'source ${ROS_OVERLAY}/setup.sh' >> ~/.profile

CMD tail -f /dev/null
CMD tail -f /dev/null

0 comments on commit cb39ec9

Please sign in to comment.