Skip to content

Commit 8baf581

Browse files
committed
feat(redis): add python-is-python3
1 parent 5faa2a9 commit 8baf581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/redis/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN set -eux; \
1414
apt-get update; \
1515
apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends \
1616
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; \
17+
python3-pip python3-venv python3-dev python-is-python3 unzip rsync clang automake autoconf libtool pkg-config; \
1818
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
1919
| sh -s -- -y --no-modify-path --profile minimal --default-toolchain stable; \
2020
/usr/local/cargo/bin/rustup default stable; \

0 commit comments

Comments
 (0)