You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2020/12/28 06:59:54 UTC

[zeppelin] branch branch-0.9 updated: [hotfix] Fix Dockerfile

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

zjffdu pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new e77dda0  [hotfix] Fix Dockerfile
e77dda0 is described below

commit e77dda0dd8e2b97edd1733a8b04fbc6c32084281
Author: Jeff Zhang <zj...@apache.org>
AuthorDate: Mon Dec 28 14:59:40 2020 +0800

    [hotfix] Fix Dockerfile
---
 scripts/docker/zeppelin/bin/Dockerfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/scripts/docker/zeppelin/bin/Dockerfile b/scripts/docker/zeppelin/bin/Dockerfile
index 8bfef0a..abc2e12 100644
--- a/scripts/docker/zeppelin/bin/Dockerfile
+++ b/scripts/docker/zeppelin/bin/Dockerfile
@@ -60,7 +60,9 @@ RUN echo "$LOG_TAG Install miniconda3 related packages" && \
 ENV PATH /opt/conda/bin:$PATH
 
 RUN echo "$LOG_TAG Install python related packages" && \
-    apt-get -y update && \
+    sudo apt-get -y install software-properties-common && \
+    sudo apt-add-repository universe && \
+    sudo apt-get -y update && \
     apt-get install -y python-dev python-pip && \
     apt-get install -y gfortran && \
     # numerical/algebra packages