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 418b7f8 MNEMONIC-533: Remove the upgrade operation in Ubuntu
Dockerfile
418b7f8 is described below
commit 418b7f8f78fa0ef2422be88da7a497359c9f2a72
Author: Wang, Gang(Gary) <[email protected]>
AuthorDate: Sat Aug 10 00:28:41 2019 -0700
MNEMONIC-533: Remove the upgrade operation in Ubuntu Dockerfile
---
docker/docker-Ubuntu/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/docker-Ubuntu/Dockerfile b/docker/docker-Ubuntu/Dockerfile
index 22f63ed..49d8ea5 100644
--- a/docker/docker-Ubuntu/Dockerfile
+++ b/docker/docker-Ubuntu/Dockerfile
@@ -28,7 +28,7 @@ ENV HTTPS_PROXY ${http_proxy}
RUN echo The proxy set : ${http_proxy}
-RUN apt-get -y update && apt-get -y upgrade && \
+RUN apt-get -y update && \
apt-get install -y default-jdk cmake check git pkg-config autoconf man
build-essential gcc g++ uuid-dev pandoc devscripts flex doxygen
# required packages by pmdk