Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Commit 320202d

Browse files
author
Yevgeny Pats
committed
Add stretch-clang8 dockerfile
1 parent 6ab86ff commit 320202d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM docker.pkg.github.com/fuzzitdev/fuzzit/debian-llvm8:latest
2+
3+
LABEL maintainer="Fuzzit.dev, inc."
4+
5+
RUN apt-get -qqy update && apt-get install -y git clang-8 libclang-common-8-dev libclang-8-dev libclang1-8 clang-format-8 cmake
6+
7+
WORKDIR /app

0 commit comments

Comments
 (0)