redis: add tcl for make test
This commit is contained in:
parent
5e5909131d
commit
d40b02cb6f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ ARG REPO_LOCATION
|
||||||
|
|
||||||
FROM ${REPO_LOCATION}minideb AS builder
|
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
|
RUN curl -L -o /tmp/redis-stable.tar.gz https://download.redis.io/redis-stable.tar.gz
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue