Browse Source

Add git to the Dockerfile

It is necessary for vergen to work
Paul Lietar 7 years ago
parent
commit
a4ad1e7757
2 changed files with 3 additions and 1 deletions
  1. 2 0
      .dockerignore
  2. 1 1
      contrib/Dockerfile

+ 2 - 0
.dockerignore

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

+ 1 - 1
contrib/Dockerfile

@@ -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