From b4c4825c2ab545b89148eae6c2e2fed3420eeab5 Mon Sep 17 00:00:00 2001 From: tcely Date: Mon, 24 Feb 2025 04:30:59 -0500 Subject: [PATCH] Remove `redis-server` from Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c54bf9c8..7376bbb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -276,7 +276,6 @@ RUN --mount=type=cache,id=apt-lib-cache,sharing=locked,target=/var/lib/apt \ pkgconf \ python3 \ python3-wheel \ - redis-server \ curl \ less \ && \