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