1 2 3 4 5 6 7
FROM rust:1.83 # Install necessary tools (if needed) RUN apt-get update && apt-get install -y bash # Set the container's working directory WORKDIR /workspace