Update Dockerfile

This commit is contained in:
nora 2025-06-23 22:09:06 +02:00 committed by GitHub
parent 040f422c7a
commit da8289c745
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,7 @@ ENV OPENSSL_DIR=/root/openssl-3.5.0/build
ENV OPENSSL_LIB_DIR=$OPENSSL_DIR
# Build Rust
WORKDIR /root
RUN git clone https://github.com/rust-lang/rust.git
WORKDIR /root/rust