Skip to content

Commit

Permalink
U[pdate
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpolzin committed May 8, 2024
1 parent 1467eb3 commit 877b1f0
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 @@ -4,8 +4,6 @@ FROM ros:${ROS_DISTRO}-ros-core

RUN apt update && apt install -y --no-install-recommends \
build-essential \
python3-pip \
python3-lgpio \
python3-colcon-common-extensions \
&& rm -rf /var/lib/apt/lists/*

Expand All @@ -14,6 +12,7 @@ COPY ros_entrypoint.sh .
WORKDIR /colcon_ws

COPY rslidar_sdk src/rslidar_sdk
COPY rslidar_msg src/rslidar_msg

RUN . /opt/ros/${ROS_DISTRO}/setup.sh && colcon build --symlink-install --event-handlers console_direct+

Expand Down

0 comments on commit 877b1f0

Please sign in to comment.