File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1+ .PHONY : delta-ubuntu
12delta-ubuntu :
23 docker build -f ubuntu.Dockerfile -t delta-ubuntu .
Original file line number Diff line number Diff line change 1+ The docker image built here is intended for investigating delta issues, for example when they are OS-dependent.
Original file line number Diff line number Diff line change 1- FROM ubuntu:20.04
1+ FROM ubuntu:latest
22
33RUN apt-get update && \
44 apt-get install -y curl git less
55
6- RUN curl -OL https://github.com/dandavison/delta/releases/download/0.4.5 /delta-0.4.5 -x86_64-unknown-linux-gnu .tar.gz && \
7- tar -xzvf delta-0.4.5 -x86_64-unknown-linux-gnu .tar.gz
6+ RUN curl -OL https://github.com/dandavison/delta/releases/download/0.8.3 /delta-0.8.3 -x86_64-unknown-linux-musl .tar.gz && \
7+ tar -xzvf delta-0.8.3 -x86_64-unknown-linux-musl .tar.gz
88
9- WORKDIR delta-0.4.5 -x86_64-unknown-linux-gnu
9+ WORKDIR delta-0.8.3 -x86_64-unknown-linux-musl
1010
1111ENV PATH="${PWD}:${PATH}"
1212
You can’t perform that action at this time.
0 commit comments