Skip to content

Commit 30686d2

Browse files
committed
fix(redis): system-wide installation
1 parent 3f96610 commit 30686d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/redis/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ FROM cubecoders/ampbase:ubuntu
55

66
LABEL org.opencontainers.image.licenses=MIT
77

8+
ENV CARGO_HOME="/usr/local/cargo"
9+
ENV RUSTUP_HOME="/usr/local/rustup"
810
ENV DEBIAN_FRONTEND="noninteractive"
911

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

0 commit comments

Comments
 (0)