From d8ce5f4823a6f34243c41c13d3b20d19b940aa00 Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Fri, 30 Nov 2018 05:43:49 +0000 Subject: [PATCH] Add git to the linux-clang-format image (#10) --- linux-clang-format/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-clang-format/Dockerfile b/linux-clang-format/Dockerfile index 54f54ff..06d3b3b 100644 --- a/linux-clang-format/Dockerfile +++ b/linux-clang-format/Dockerfile @@ -2,4 +2,4 @@ FROM ubuntu:18.04 MAINTAINER citra RUN useradd -m -s /bin/bash citra RUN apt-get update && apt-get -y full-upgrade -RUN apt-get install -y clang-format-6.0 +RUN apt-get install -y git clang-format-6.0