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 1749ce0 MNEMONIC-780: Remove a redundant env setting from dockerfile
(#329)
1749ce0 is described below
commit 1749ce03f936150370d3ad4cc789197c9716711d
Author: Xiaojin Jiao <[email protected]>
AuthorDate: Sat Jul 8 19:19:19 2023 -0700
MNEMONIC-780: Remove a redundant env setting from dockerfile (#329)
Signed-off-by: Xiaojin Jiao <[email protected]>
Co-authored-by: Gordon King
<[email protected]>
---
.devcontainer/Dockerfile | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index d7e539d..ea73a2f 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -19,7 +19,7 @@ FROM ubuntu:22.04
LABEL maintainer="Yanhui Zhao ([email protected])"
RUN apt-get update && apt-get install -y software-properties-common &&
add-apt-repository ppa:openjdk-r/ppa && apt-get -y update && \
- apt-get install -y openjdk-17-jdk cmake check git pkg-config autoconf man
build-essential gcc g++ uuid-dev pandoc devscripts flex doxygen maven
+ apt-get install -y openjdk-17-jdk cmake check git pkg-config autoconf man
build-essential gcc g++ uuid-dev pandoc devscripts flex doxygen maven tree
RUN apt-get install -y libndctl-dev libpmem-dev libpmemobj-dev libmemkind-dev
@@ -37,8 +37,6 @@ RUN git clone https://github.com/redis/hiredis.git && \
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
-ENV PATH="/root/.cargo/bin:${PATH}"
-
RUN cd /ws
ENV MNEMONIC_HOME /ws/mnemonic