diff options
Diffstat (limited to 'ci/Dockerfile')
-rw-r--r-- | ci/Dockerfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ci/Dockerfile b/ci/Dockerfile new file mode 100644 index 00000000..573de9a3 --- /dev/null +++ b/ci/Dockerfile @@ -0,0 +1,7 @@ +FROM ubuntu:latest + +ENV USER root + +RUN apt-get update && apt-get install -y cmake libfreetype6-dev libfontconfig1-dev curl + +RUN curl https://sh.rustup.rs -sSf | sh -s -- -y |