Skip to content

Commit 362f75e

Browse files
committed
In the docker image: clone delta repo and install rust toolchain
1 parent 35ba0dc commit 362f75e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

etc/docker/ubuntu.Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ FROM ubuntu:latest
33
RUN apt-get update && \
44
apt-get install -y curl git less
55

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+
610
RUN curl -OL https://github.com/dandavison/delta/releases/download/0.8.3/delta-0.8.3-x86_64-unknown-linux-musl.tar.gz && \
711
tar -xzvf delta-0.8.3-x86_64-unknown-linux-musl.tar.gz
812

0 commit comments

Comments
 (0)