This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch twice/dockerfile-binutils in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 9f0d0ced46398c1c4f109a661212a737da55974c Author: Twice <[email protected]> AuthorDate: Fri Aug 9 22:59:51 2024 +0800 chore(dockerfile): add binutils for addr2line in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ade7dca..2ca8772c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN ./x.py build -DENABLE_OPENSSL=ON -DPORTABLE=1 -DCMAKE_BUILD_TYPE=Release -j FROM debian:bookworm-slim -RUN DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get upgrade -y && apt-get -y install openssl ca-certificates redis-tools && apt-get clean +RUN DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get upgrade -y && apt-get -y install openssl ca-certificates redis-tools binutils && apt-get clean RUN mkdir /var/run/kvrocks
