feat: add rclone to ci
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m0s
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m0s
This commit is contained in:
@ -6,7 +6,9 @@ FROM node:21
|
||||
# https://github.com/rust-lang/rustup/issues/1085
|
||||
RUN RUSTUP_URL="https://sh.rustup.rs" \
|
||||
&& curl --silent --show-error --location --fail --retry 3 --proto '=https' --tlsv1.2 --output /tmp/rustup-linux-install.sh $RUSTUP_URL \
|
||||
&& bash /tmp/rustup-linux-install.sh -y
|
||||
&& bash /tmp/rustup-linux-install.sh -y \
|
||||
&& curl https://rclone.org/install.sh --output /tmp/rclone-install.sh \
|
||||
&& bash /tmp/rclone-install.sh
|
||||
|
||||
ENV PATH=/root/.cargo/bin:$PATH
|
||||
|
||||
|
Reference in New Issue
Block a user