Skip to content

Commit

Permalink
Workaround empy version issue (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Jan 10, 2024
1 parent adabea5 commit a4165e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ RUN apk add --no-cache \
bash \
git \
py3-pip \
&& python3 -m pip install bloom rosdep
&& python3 -m pip install \
git+https://github.com/at-wat/bloom.git@use-empy-v3 \
rosdep
RUN rosdep init

COPY entrypoint.sh /
Expand Down

0 comments on commit a4165e7

Please sign in to comment.