Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Jun 3, 2024
1 parent 1c19f86 commit 50981e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apk add --no-cache \
py3-yaml \
python3 \
&& pip3 install $([ "${ALPINE_VERSION}" != '3.17' ] && echo -n '--break-system-packages') \
git+https://github.com/alpine-ros/ros-abuild-docker.git \
git+https://github.com/alpine-ros/ros-abuild-docker.git

RUN rosdep init \
&& sed -i -e 's|ros/rosdistro/master|alpine-ros/rosdistro/alpine-custom-apk|' \
Expand Down

0 comments on commit 50981e0

Please sign in to comment.