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
This commit is contained in:
达斯特兰斯 2018-11-03 09:10:45 +08:00 committed by Maxime Beauchemin
parent c041b6673e
commit fb13218472
1 changed files with 2 additions and 1 deletions

View File

@ -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 \