This repository only contains a Dockerfile which is used for constructing an image for testing kaprino.
An image generated from this file can be used for not only testing kaprino but also working on LLVM without any struggles.
You can use this image by executing following command.
docker pull kaprino/llvm:latest
Ubuntu 20.04
- cargo
- cmake
- git
- libffi-dev
- llvm
- ninja
- python3
- wget
(Alphabetical order)