Skip to content

Instantly share code, notes, and snippets.

@Lewuathe
Created May 31, 2020 02:01
Show Gist options
  • Save Lewuathe/252d3f2e563e22de1e9ad3d5c707be53 to your computer and use it in GitHub Desktop.
Save Lewuathe/252d3f2e563e22de1e9ad3d5c707be53 to your computer and use it in GitHub Desktop.
llvm-docker
FROM ubuntu:19.10
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install -y \
ninja-build \
cmake \
g++ \
python3-minimal
RUN mkdir -p /opt/llvm
WORKDIR /opt/llvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment