summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-08-12 13:26:12 -0700
committerDan Davison <dandavison7@gmail.com>2021-08-12 13:29:58 -0700
commit362f75e5fbcb661ee43ee1334b06f3c8d42c4c34 (patch)
treec6dea3323908e3dba0420e224a5aa5b0d5247e5d
parent35ba0dc1a9e280207cf1c342496c73e3b3ce2a3c (diff)
In the docker image: clone delta repo and install rust toolchain
-rw-r--r--etc/docker/ubuntu.Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/docker/ubuntu.Dockerfile b/etc/docker/ubuntu.Dockerfile
index 7a681b3d..3f217e44 100644
--- a/etc/docker/ubuntu.Dockerfile
+++ b/etc/docker/ubuntu.Dockerfile
@@ -3,6 +3,10 @@ FROM ubuntu:latest
RUN apt-get update && \
apt-get install -y curl git less
+RUN git clone https://github.com/dandavison/delta.git
+
+RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
+
RUN curl -OL https://github.com/dandavison/delta/releases/download/0.8.3/delta-0.8.3-x86_64-unknown-linux-musl.tar.gz && \
tar -xzvf delta-0.8.3-x86_64-unknown-linux-musl.tar.gz