Add linux-clang-format image

This commit is contained in:
Cameron Cawley 2018-08-24 15:39:00 +01:00
parent 7d11601883
commit 397db59c17

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