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

xjiao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b700ef  MNEMONIC-716: Update Fedora Docker image to include hiredis 
dependencies
0b700ef is described below

commit 0b700efa041283a0607f43abbf337d2de52eec40
Author: Yanhui Zhao <[email protected]>
AuthorDate: Wed Mar 30 04:18:19 2022 +0000

    MNEMONIC-716: Update Fedora Docker image to include hiredis dependencies
---
 docker/docker-Fedora/Dockerfile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docker/docker-Fedora/Dockerfile b/docker/docker-Fedora/Dockerfile
index b8a65c8..935da33 100644
--- a/docker/docker-Fedora/Dockerfile
+++ b/docker/docker-Fedora/Dockerfile
@@ -34,6 +34,11 @@ ENV PATH $JAVA_HOME/bin:$PATH
 
 WORKDIR /ws
 
+RUN git clone https://github.com/redis/hiredis.git && \
+       cd hiredis && make && make install
+
+RUN cd /ws
+
 RUN git clone https://github.com/apache/mnemonic.git && \
     cd mnemonic && mvn clean package install
 

Reply via email to