blob: a0fff2f2b52d9d6beebd31d6b449ad6c26abbd65 [file] [log] [blame]
FROM ubuntu:vivid
RUN apt-get update
RUN apt-get -y install clang-format-3.6
ADD clang_format_all_the_things.sh /
CMD ["echo 'Run with tools/distrib/clang_format_code.sh'"]