Skip to content

Commit

Permalink
more minimal Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Dec 7, 2023
1 parent d8a21a3 commit 118a7e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.hardware
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ RUN mkdir src
COPY ./healthcheck.cpp /

RUN apt-get update && apt-get install -y \
python3-pip \
python3-sh
python3-pip

RUN git clone --depth 1 https://github.com/husarion/rosbot_ros.git src -b ros2-rosbot-utils && \
vcs import src < src/rosbot/rosbot_hardware.repos && \
Expand Down

0 comments on commit 118a7e5

Please sign in to comment.