Skip to content

Commit

Permalink
Add RMW_IMPLEMENTATION env to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jnippula committed Feb 1, 2022
1 parent 7daba5d commit 6c521be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ RUN sed --in-place \
chmod +x /$PACKAGE_NAME/entrypoint.sh

ENV PACKAGE_NAME $PACKAGE_NAME
ENV RMW_IMPLEMENTATION rmw_fastrtps_cpp

WORKDIR /$PACKAGE_NAME
ENTRYPOINT "/"$PACKAGE_NAME"/entrypoint.sh"

0 comments on commit 6c521be

Please sign in to comment.