Skip to content

Commit

Permalink
fix: RUN command
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Schweiger <[email protected]>
  • Loading branch information
mschweig committed Feb 11, 2025
1 parent 8ea7b1f commit df316c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ RUN git clone https://github.com/bdaiinstitute/spot_ros2.git .
RUN git submodule update --init --recursive

# Run install script and pass in the architecture
RUN ARCH=$(dpkg --print-architecture) && echo "Building Driver with Architecture: $ARCH"
RUN /ros_ws/src/install_spot_ros2.sh --$ARCH
RUN ARCH=$(dpkg --print-architecture) && echo "Building driver with $ARCH" && /ros_ws/src/install_spot_ros2.sh --$ARCH

# Build packages with Colcon
WORKDIR /ros_ws/
Expand Down

0 comments on commit df316c5

Please sign in to comment.