From d40b02cb6f55d58479ac4227cae24bf032bebce9 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 3 Dec 2020 01:47:25 +0000 Subject: [PATCH] redis: add tcl for make test --- images/redis/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/redis/Dockerfile b/images/redis/Dockerfile index d1d8de0..ab1883e 100644 --- a/images/redis/Dockerfile +++ b/images/redis/Dockerfile @@ -3,7 +3,7 @@ ARG REPO_LOCATION FROM ${REPO_LOCATION}minideb AS builder -RUN install_packages curl ca-certificates make gcc pkgconf libc-dev libjemalloc-dev +RUN install_packages curl ca-certificates make gcc pkgconf libc-dev tcl libjemalloc-dev RUN curl -L -o /tmp/redis-stable.tar.gz https://download.redis.io/redis-stable.tar.gz