Skip to content

Commit eeba4c6

Browse files
committed
fix(redis): pass through env vars
1 parent 30686d2 commit eeba4c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/redis/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ LABEL org.opencontainers.image.licenses=MIT
77

88
ENV CARGO_HOME="/usr/local/cargo"
99
ENV RUSTUP_HOME="/usr/local/rustup"
10+
ENV AMP_ADDITIONAL_ENV_VARS="CARGO_HOME RUSTUP_HOME"
1011
ENV DEBIAN_FRONTEND="noninteractive"
1112

1213
# Install dependencies as per official Redis build instructions, and Rust for building modules

0 commit comments

Comments
 (0)