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 30686d2 commit eeba4c6Copy full SHA for eeba4c6
apps/redis/Dockerfile
@@ -7,6 +7,7 @@ LABEL org.opencontainers.image.licenses=MIT
7
8
ENV CARGO_HOME="/usr/local/cargo"
9
ENV RUSTUP_HOME="/usr/local/rustup"
10
+ENV AMP_ADDITIONAL_ENV_VARS="CARGO_HOME RUSTUP_HOME"
11
ENV DEBIAN_FRONTEND="noninteractive"
12
13
# Install dependencies as per official Redis build instructions, and Rust for building modules
0 commit comments