Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Install can-utils and clone dev branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Nov 22, 2023
1 parent 48f1a70 commit 33cc8b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM docker.io/arm64v8/ros:humble-ros-base

RUN apt update && apt install can-utils

WORKDIR /tmp

RUN git clone https://github.com/gsl-lite/gsl-lite && cd gsl-lite && \
Expand All @@ -20,7 +22,9 @@ RUN git clone https://github.com/fmtlib/fmt && cd fmt && \

RUN mkdir -p /tmp/colcon_ws/src
WORKDIR /tmp/colcon_ws/src
RUN git clone --recursive https://github.com/107-systems/t07_robot
RUN git clone --recursive https://github.com/107-systems/t07_robot && \
cd t07_robot && \
git checkout dev

WORKDIR /tmp/colcon_ws
RUN . /opt/ros/humble/setup.sh && \
Expand Down

0 comments on commit 33cc8b3

Please sign in to comment.