redis: another dependency

This commit is contained in:
Starbeamrainbowlabs 2020-12-03 01:22:19 +00:00
parent 8f6867b22c
commit 5e5909131d
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ARG REPO_LOCATION
FROM ${REPO_LOCATION}minideb AS builder
RUN install_packages curl ca-certificates make gcc libc-dev libjemalloc-dev
RUN install_packages curl ca-certificates make gcc pkgconf libc-dev libjemalloc-dev
RUN curl -L -o /tmp/redis-stable.tar.gz https://download.redis.io/redis-stable.tar.gz