mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixed issue with docs not getting built due to ssl error.
Signed-off-by: Ken Cochrane <ken@docker.com>
This commit is contained in:
parent
7304c09ecc
commit
7f261ebe6c
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
FROM debian:jessie
|
||||
MAINTAINER Sven Dowideit <SvenDowideit@docker.com> (@SvenDowideit)
|
||||
|
||||
RUN apt-get update && apt-get install -y make python-pip python-setuptools vim-tiny git gettext
|
||||
RUN apt-get update && apt-get install -y make python-pip python-setuptools vim-tiny git gettext python-dev libssl-dev
|
||||
|
||||
RUN pip install mkdocs
|
||||
|
||||
|
@ -14,7 +14,7 @@ RUN pip install mkdocs
|
|||
#RUN pip install MarkdownTools2
|
||||
|
||||
# this version works, the current versions fail in different ways
|
||||
RUN pip install awscli==1.3.9
|
||||
RUN pip install awscli==1.4.4 pyopenssl==0.12
|
||||
|
||||
# make sure the git clone is not an old cache - we've published old versions a few times now
|
||||
ENV CACHE_BUST Jul2014
|
||||
|
|
Loading…
Reference in a new issue