Add git to docker image for nnfw (#405)
author최형규/동작제어Lab(SR)/Senior Engineer/삼성전자 <hk0110.choi@samsung.com>
Tue, 3 Apr 2018 23:25:01 +0000 (08:25 +0900)
committer김정현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh0822.kim@samsung.com>
Tue, 3 Apr 2018 23:25:01 +0000 (08:25 +0900)
- Add git package to docker image for nnfw

Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
docker/Dockerfile

index a897150..ed90668 100644 (file)
@@ -7,3 +7,4 @@ RUN apt-get update && apt-get --yes --force-yes install build-essential
 RUN apt-get update && apt-get --yes --force-yes install scons cmake
 RUN apt-get update && apt-get --yes --force-yes install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
 RUN apt-get update && apt-get --yes --force-yes install libboost-all-dev
+RUN apt-get update && apt-get --yes --force-yes install git