mirror of
https://github.com/azahar-emu/build-environment
synced 2025-11-06 23:19:59 +01:00
Merge pull request #7 from ccawley2011/clang-format
Add linux-clang-format image
This commit is contained in:
commit
ec2192e405
5
linux-clang-format/Dockerfile
Normal file
5
linux-clang-format/Dockerfile
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user