Merge pull request #7 from ccawley2011/clang-format

Add linux-clang-format image
This commit is contained in:
Flame Sage 2018-10-23 18:19:11 -04:00 committed by GitHub
commit ec2192e405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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