Skip to content

Commit

Permalink
build: add clang-format file to home folder (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
domire8 authored Aug 25, 2023
1 parent dbcb98f commit b71349e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ros2_ws/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ RUN echo "@realtime soft rtprio 99\n@realtime hard
# configure colcon defaults and utilities
USER ${USER}
WORKDIR ${HOME}
RUN wget https://raw.githubusercontent.com/aica-technology/.github/v0.9.0/guidelines/.clang-format
RUN mkdir -p ${COLCON_HOME}
COPY --chown=${USER}:${USER} ./config/colcon ${COLCON_HOME}
RUN /bin/bash ${COLCON_HOME}/setup.sh
Expand Down

0 comments on commit b71349e

Please sign in to comment.