Add git to the Dockerfile

It is necessary for vergen to work
This commit is contained in:
Paul Lietar 2017-02-22 14:51:51 +00:00
parent 188958710f
commit a4ad1e7757
2 changed files with 3 additions and 1 deletions

View file

@ -1 +1,3 @@
target
cache
protocol/target

View file

@ -19,7 +19,7 @@ RUN dpkg --add-architecture armhf
RUN dpkg --add-architecture armel
RUN apt-get update
RUN apt-get install -y curl build-essential crossbuild-essential-armhf crossbuild-essential-armel
RUN apt-get install -y curl git build-essential crossbuild-essential-armhf crossbuild-essential-armel
RUN apt-get install -y libasound2-dev libasound2-dev:armhf libasound2-dev:armel
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y