redis: copy redis-check-rdb and redis-check-aof

This commit is contained in:
Starbeamrainbowlabs 2020-12-04 17:57:31 +00:00
parent 0809a6e20a
commit 8c484ed331
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ FROM ${REPO_LOCATION}minideb
RUN install_packages libatomic1
COPY --from=builder /srv/redis-stable/src/redis-server /srv/redis-stable/src/redis-cli /srv/redis-stable/src/redis-sentinel /usr/local/bin/
COPY --from=builder /srv/redis-stable/src/redis-server /srv/redis-stable/src/redis-cli /srv/redis-stable/src/redis-sentinel /srv/redis-stable/src/redis-check-rdb /srv/redis-stable/src/redis-check-aof /usr/local/bin/
# COPY --from=builder /srv/redis-stable/src/redis-benchmark /usr/local/bin
USER 2100:2100