Update 'Dockerfile'
All checks were successful
gitea-sync/ci-image/pipeline/head This commit looks good
All checks were successful
gitea-sync/ci-image/pipeline/head This commit looks good
This commit is contained in:
parent
52614113ce
commit
0ca58018d1
@ -21,4 +21,5 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" \
|
|||||||
lua5.3 \
|
lua5.3 \
|
||||||
tree \
|
tree \
|
||||||
gdb
|
gdb
|
||||||
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'
|
||||||
|
RUN chmod -R 777 /opt/rust/
|
Loading…
Reference in New Issue
Block a user