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 5faa2a9 commit 8baf581Copy full SHA for 8baf581
apps/redis/Dockerfile
@@ -14,7 +14,7 @@ RUN set -eux; \
14
apt-get update; \
15
apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends \
16
ca-certificates wget dpkg-dev gcc g++ libc6-dev libssl-dev make git cmake python3 \
17
- python3-pip python3-venv python3-dev unzip rsync clang automake autoconf libtool pkg-config; \
+ python3-pip python3-venv python3-dev python-is-python3 unzip rsync clang automake autoconf libtool pkg-config; \
18
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
19
| sh -s -- -y --no-modify-path --profile minimal --default-toolchain stable; \
20
/usr/local/cargo/bin/rustup default stable; \
0 commit comments