redis: copy redis-check-rdb and redis-check-aof
This commit is contained in:
parent
0809a6e20a
commit
8c484ed331
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue