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.
2 parents eeba4c6 + 4090ca2 commit 1dbf100Copy full SHA for 1dbf100
apps/redis/Dockerfile
@@ -16,7 +16,7 @@ RUN set -eux; \
16
apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends \
17
ca-certificates wget dpkg-dev gcc g++ libc6-dev libssl-dev make git cmake python3 \
18
python3-pip python3-venv python3-dev unzip rsync clang automake autoconf libtool pkg-config; \
19
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y; \
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --profile minimal --default-toolchain stable; \
20
apt-get clean; \
21
rm -rf /var/lib/apt/lists/*
22
0 commit comments