Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanzemlin authored Oct 2, 2024
1 parent c15475a commit bf5e6c2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
FROM osrf/ros:jazzy-desktop-full

RUN mkdir -p /autonav/autonav_ws/src
# RUN mkdir -p /autonav/setup
# RUN mkdir -p /autonav/deps

COPY autonav_ws/src /autonav/autonav_ws/src
# COPY setup /autonav/setup
# COPY vectorsecrets.txt /autonav/setup/vectorsecrets.txt
# COPY deps /autonav/deps

# WORKDIR /autonav/setup
# RUN /bin/bash -c "./setup.sh"

WORKDIR /autonav/autonav_ws
RUN /bin/bash -c "source /opt/ros/jazzy/setup.bash; colcon build"

0 comments on commit bf5e6c2

Please sign in to comment.