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 4faa7be MNEMONIC-676: Update Centos docker file to remove external
dependencies on pmalloc
4faa7be is described below
commit 4faa7be9b62400302e7701860570471512951995
Author: Yanhui Zhao <[email protected]>
AuthorDate: Thu Sep 2 22:17:39 2021 -0700
MNEMONIC-676: Update Centos docker file to remove external dependencies on
pmalloc
---
docker/docker-CentOS/Dockerfile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/docker/docker-CentOS/Dockerfile b/docker/docker-CentOS/Dockerfile
index 3336361..d72e8c7 100644
--- a/docker/docker-CentOS/Dockerfile
+++ b/docker/docker-CentOS/Dockerfile
@@ -31,9 +31,6 @@ ENV PATH $JAVA_HOME/bin:$PATH
WORKDIR /ws
-RUN git clone https://github.com/NonVolatileComputing/pmalloc.git && \
- cd pmalloc && mkdir build && cd build && cmake .. && make && make install
-
RUN git clone https://github.com/apache/mnemonic.git && \
cd mnemonic && mvn clean package install