redis: install libatomic1 in final container
This commit is contained in:
parent
86520eba2d
commit
0809a6e20a
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ RUN make distclean && make -j$(nproc)
|
|||
|
||||
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-benchmark /usr/local/bin
|
||||
|
||||
|
|
Loading…
Reference in a new issue