Skip to content

Commit

Permalink
added a Dockerfile with latest llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
f0rki committed Dec 26, 2022
1 parent 430e3e4 commit 5eec2b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM ubuntu:rolling

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get install -q -y python3-sphinx \
&& bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 5eec2b1

Please sign in to comment.