Add git to the linux-clang-format image (#10)

This commit is contained in:
Cameron Cawley 2018-11-30 05:43:49 +00:00 committed by Flame Sage
parent 8a2ef78428
commit d8ce5f4823

View File

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