Skip to content
Snippets Groups Projects

Update Dockerfile

+ 3
2
@@ -6,8 +6,9 @@ RUN apt-get update && apt-get install --yes gdb \
# ===== Put things that shouldn't change often here START =====
# e.g.: Installing Rust
# RUN curl https://sh.rustup.rs -sSf | sh -s -- -y \
# && source "$HOME/.cargo/env"
# RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
# # Put Rust binaries on path
# ENV PATH="/root/.cargo/bin:${PATH}"
# ===== Put things that shouldn't change often here END =======
Loading