Update 'Dockerfile'
All checks were successful
gitea-sync/ci-image/pipeline/head This commit looks good

This commit is contained in:
dany 2023-01-26 21:31:27 +01:00
parent 9220365d38
commit ebc5c037fa

View File

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