Add format check package to docker image (#764)
author오형석/동작제어Lab(SR)/Senior Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 18 Apr 2018 00:42:30 +0000 (09:42 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 18 Apr 2018 00:42:30 +0000 (09:42 +0900)
Add clang-format-3.9, pip, and yapf for format checker

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
docker/Dockerfile

index 178223b..cde173a 100644 (file)
@@ -10,3 +10,5 @@ RUN apt-get update && apt-get --yes --force-yes install libboost-all-dev
 RUN apt-get update && apt-get --yes --force-yes install git
 RUN apt-get update && apt-get --yes --force-yes install gcc-5-arm-linux-gnueabi g++-5-arm-linux-gnueabi
 RUN apt-get update && apt-get --yes --force-yes install lcov
+RUN apt-get update && apt-get --yes --force-yes install clang-format-3.9 python-pip
+RUN pip install yapf