Explorar el Código

Install always latest version of git

Tomas Sebestik hace 4 años
padre
commit
6d2abc2332
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      tools/docker/Dockerfile

+ 3 - 0
tools/docker/Dockerfile

@@ -4,6 +4,9 @@ ARG DEBIAN_FRONTEND=noninteractive
 
 # We need libpython2.7 due to GDB tools
 RUN : \
+  && apt-get update \
+  && apt-get install -y software-properties-common \
+  && add-apt-repository -y ppa:git-core/ppa \
   && apt-get update \
   && apt-get install -y \
     apt-utils \