mirror of
https://github.com/wiiu-env/clang-format-checker-docker.git
synced 2024-11-16 16:29:15 +01:00
Add original Docker image, using run-clang-format.py
This commit is contained in:
parent
092ee74a59
commit
afe1fe8268
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "run-clang-format"]
|
||||
path = run-clang-format
|
||||
url = https://github.com/Sarcasm/run-clang-format
|
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@ -0,0 +1,12 @@
|
||||
FROM ubuntu:19.04
|
||||
|
||||
RUN apt update && apt-get install -y --no-install-recommends \
|
||||
clang-format python3 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ADD run-clang-format/run-clang-format.py /usr/bin
|
||||
|
||||
RUN mkdir /src
|
||||
WORKDIR /src
|
||||
ENTRYPOINT ["run-clang-format.py", "-r", "."]
|
||||
|
1
run-clang-format
Submodule
1
run-clang-format
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 50fc7ad73e596225955fe90226ee7870b28febf2
|
Loading…
Reference in New Issue
Block a user