redis: dependency
This commit is contained in:
parent
409418c25e
commit
8f6867b22c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ ARG REPO_LOCATION
|
|||
|
||||
FROM ${REPO_LOCATION}minideb AS builder
|
||||
|
||||
RUN install_packages curl ca-certificates make gcc libjemalloc-dev
|
||||
RUN install_packages curl ca-certificates make gcc libc-dev libjemalloc-dev
|
||||
|
||||
RUN curl -L -o /tmp/redis-stable.tar.gz https://download.redis.io/redis-stable.tar.gz
|
||||
|
||||
|
|
Loading…
Reference in a new issue