You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2021/09/03 04:28:50 UTC

[mnemonic] branch master updated: MNEMONIC-675: Update Ubuntu docker file to remove external dependencies on pmalloc

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

garyw 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 9ac4e9e  MNEMONIC-675: Update Ubuntu docker file to remove external dependencies on pmalloc
9ac4e9e is described below

commit 9ac4e9e1eb106968d843afd9d0e32dd8dc10a949
Author: Yanhui Zhao <yz...@apache.org>
AuthorDate: Wed Sep 1 23:19:26 2021 -0700

    MNEMONIC-675: Update Ubuntu docker file to remove external dependencies on pmalloc
---
 docker/docker-Ubuntu/Dockerfile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/docker/docker-Ubuntu/Dockerfile b/docker/docker-Ubuntu/Dockerfile
index 099deea..db006a2 100644
--- a/docker/docker-Ubuntu/Dockerfile
+++ b/docker/docker-Ubuntu/Dockerfile
@@ -30,9 +30,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