Browse Source

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

master
Cameron Cawley 7 years ago
committed by Flame Sage
parent
commit
d8ce5f4823
  1. 2
      linux-clang-format/Dockerfile

2
linux-clang-format/Dockerfile

@ -2,4 +2,4 @@ FROM ubuntu:18.04
MAINTAINER citra MAINTAINER citra
RUN useradd -m -s /bin/bash citra RUN useradd -m -s /bin/bash citra
RUN apt-get update && apt-get -y full-upgrade 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
Loading…
Cancel
Save