From da8289c74543426f0bd91f4703355d89b0309344 Mon Sep 17 00:00:00 2001 From: nora <48135649+Noratrieb@users.noreply.github.com> Date: Mon, 23 Jun 2025 22:09:06 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 049d373..991a045 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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