From a4ad1e7757e57e4213c8232edfc381e2df17ee9b Mon Sep 17 00:00:00 2001 From: Paul Lietar Date: Wed, 22 Feb 2017 14:51:51 +0000 Subject: [PATCH] Add git to the Dockerfile It is necessary for vergen to work --- .dockerignore | 2 ++ contrib/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index eb5a316c..7b0f1998 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,3 @@ target +cache +protocol/target diff --git a/contrib/Dockerfile b/contrib/Dockerfile index 175f1efe..6a80a9e1 100644 --- a/contrib/Dockerfile +++ b/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