redis: install libatomic1 in final container

This commit is contained in:
Starbeamrainbowlabs 2020-12-04 17:47:23 +00:00
parent 86520eba2d
commit 0809a6e20a
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 0 deletions

View File

@ -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