disable installing RUST
All checks were successful
gitea-sync/ci-image/pipeline/head This commit looks good

This commit is contained in:
dany 2023-03-20 18:49:12 +01:00
parent b9ce3925cd
commit 81877a64ae

View File

@ -20,5 +20,5 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" \
libvncserver-dev \
lua5.3 \
tree
RUN RUSTUP_HOME=/opt/rust/rustup CARGO_HOME=/opt/rust/cargo bash -c 'curl https://sh.rustup.rs -sSf | sh -s -- -y'
RUN chmod -R 777 /opt/rust/
# RUN RUSTUP_HOME=/opt/rust/rustup CARGO_HOME=/opt/rust/cargo bash -c 'curl https://sh.rustup.rs -sSf | sh -s -- -y'
# RUN chmod -R 777 /opt/rust/