From fb13218472bdb2cecf70bbd0d6b22b6f909cb016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=BE=E6=96=AF=E7=89=B9=E5=85=B0=E6=96=AF?= Date: Sat, 3 Nov 2018 09:10:45 +0800 Subject: [PATCH] =?UTF-8?q?Dockerfile=20change=20because=20error:=20E:=20T?= =?UTF-8?q?he=20method=20driver=20/usr/lib/apt/methods/https=E2=80=A6=20(#?= =?UTF-8?q?6258)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 c5a7cf8d4..0debe1edd 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 \