We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ba0dc commit 362f75eCopy full SHA for 362f75e
etc/docker/ubuntu.Dockerfile
@@ -3,6 +3,10 @@ FROM ubuntu:latest
3
RUN apt-get update && \
4
apt-get install -y curl git less
5
6
+RUN git clone https://github.com/dandavison/delta.git
7
+
8
+RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
9
10
RUN curl -OL https://github.com/dandavison/delta/releases/download/0.8.3/delta-0.8.3-x86_64-unknown-linux-musl.tar.gz && \
11
tar -xzvf delta-0.8.3-x86_64-unknown-linux-musl.tar.gz
12
0 commit comments