summaryrefslogtreecommitdiffstats
path: root/etc/docker/ubuntu.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/docker/ubuntu.Dockerfile')
-rw-r--r--etc/docker/ubuntu.Dockerfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/docker/ubuntu.Dockerfile b/etc/docker/ubuntu.Dockerfile
new file mode 100644
index 00000000..9522b787
--- /dev/null
+++ b/etc/docker/ubuntu.Dockerfile
@@ -0,0 +1,13 @@
+FROM ubuntu:20.04
+
+RUN apt-get update && \
+ apt-get install -y curl git
+
+RUN curl -OL https://github.com/dandavison/delta/releases/download/0.4.5/delta-0.4.5-x86_64-unknown-linux-gnu.tar.gz && \
+ tar -xzvf delta-0.4.5-x86_64-unknown-linux-gnu.tar.gz
+
+WORKDIR delta-0.4.5-x86_64-unknown-linux-gnu
+
+ENV PATH="${PWD}:${PATH}"
+
+CMD delta