This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 9335032f chore(dockerfile): add binutils for addr2line in dockerfile 
(#2480)
9335032f is described below

commit 9335032f8e3961f90b6eedc0b72a19b821f0f411
Author: Twice <[email protected]>
AuthorDate: Sat Aug 10 08:21:31 2024 +0800

    chore(dockerfile): add binutils for addr2line in dockerfile (#2480)
---
 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
 

Reply via email to