You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2018/11/03 01:10:50 UTC

[incubator-superset] branch master updated: Dockerfile change because error: E: The method driver /usr/lib/apt/methods/https… (#6258)

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

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new fb13218  Dockerfile change because error: E: The method driver /usr/lib/apt/methods/https… (#6258)
fb13218 is described below

commit fb13218472bdb2cecf70bbd0d6b22b6f909cb016
Author: 达斯特兰斯 <kk...@gmail.com>
AuthorDate: Sat Nov 3 09:10:45 2018 +0800

    Dockerfile change because error: E: The method driver /usr/lib/apt/methods/https… (#6258)
    
    * change because error: E: The method driver /usr/lib/apt/methods/https could not be found.
     要提交的变更:
    	修改:     contrib/docker/Dockerfile
    
    * 	修改:     contrib/docker/Dockerfile
---
 contrib/docker/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/docker/Dockerfile b/contrib/docker/Dockerfile
index c5a7cf8..0debe1e 100644
--- a/contrib/docker/Dockerfile
+++ b/contrib/docker/Dockerfile
@@ -11,7 +11,8 @@ ENV LANG=C.UTF-8 \
     HOME=/home/work
 
 RUN apt-get update -y
-
+#Install dependencies to fix `curl https support error` and `elaying package configuration warning`
+RUN apt-get install -y apt-transport-https apt-utils
 # Install some dependencies
 # http://airbnb.io/superset/installation.html#os-dependencies
 RUN apt-get update -y && apt-get install -y build-essential libssl-dev \