We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e65ce commit 80ecb7aCopy full SHA for 80ecb7a
tools_container/Dockerfile
@@ -67,6 +67,12 @@ RUN rm -rf /usr/share/doc
67
# Create an image from scratch to minimize layers
68
FROM scratch
69
70
+# Replicate necessary environment from Rust and Bullseye containers.
71
+ENV RUSTUP_HOME=/usr/local/rustup \
72
+ CARGO_HOME=/usr/local/cargo \
73
+ PATH=/usr/local/cargo/bin:$PATH \
74
+ RUST_VERSION=1.66.1
75
+
76
LABEL maintainer="[email protected]"
77
ENV RUST_LOG info
78
0 commit comments