diff --git a/Dockerfile b/Dockerfile index e692dc6..3e7ad49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,5 +21,7 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" \ lua5.3 \ tree \ gdb +RUN apt-get update && DEBIAN_FRONTEND="noninteractive" \ + apt-get --yes --no-install-recommends install git #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/ \ No newline at end of file