Skip to content

Commit

Permalink
Init and update rosdep (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Jan 3, 2020
1 parent 18532e8 commit ad553ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ RUN apk add --no-cache \
bash \
git \
py3-pip \
&& pip3 install bloom
&& pip3 install bloom rosdep
RUN rosdep init

COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ then
fi
fi

# Initialize
rosdep update

# Prepare bloom-release
options=

Expand Down

0 comments on commit ad553ce

Please sign in to comment.