Skip to content

Commit

Permalink
Dockerfile change because error: E: The method driver /usr/lib/apt/me…
Browse files Browse the repository at this point in the history
…thods/https… (#6258)

* change because error: E: The method driver /usr/lib/apt/methods/https could not be found.
 要提交的变更:
	修改:     contrib/docker/Dockerfile

* 	修改:     contrib/docker/Dockerfile
  • Loading branch information
kk580kk authored and mistercrunch committed Nov 3, 2018
1 parent c041b66 commit fb13218
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit fb13218

Please sign in to comment.