Browse Source

Merge pull request #7 from ccawley2011/clang-format

Add linux-clang-format image
master
Flame Sage 7 years ago
committed by GitHub
parent
commit
ec2192e405
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      linux-clang-format/Dockerfile

5
linux-clang-format/Dockerfile

@ -0,0 +1,5 @@
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
Loading…
Cancel
Save