File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:latest
22
33RUN apt-get update && \
4- apt-get install -y curl git less
5-
6- RUN git clone https://github.com/dandavison/delta.git
4+ apt-get install -y curl git less gcc
75
86RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
97
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-
13- WORKDIR delta-0.8.3-x86_64-unknown-linux-musl
8+ RUN git clone https://github.com/dandavison/delta.git
9+ WORKDIR delta
10+ RUN /root/.cargo/bin/cargo build --release
1411
15- ENV PATH="${PWD}:${PATH}"
12+ ENV PATH="${PWD}/target/release :${PATH}"
1613
1714CMD delta
You can’t perform that action at this time.
0 commit comments