Browse code

Fixed issue with docs not getting built due to ssl error. Signed-off-by: Ken Cochrane <ken@docker.com>

Ken Cochrane authored on 2014/10/02 10:11:10
Showing 1 changed files
... ...
@@ -4,7 +4,7 @@
4 4
 FROM 		debian:jessie
5 5
 MAINTAINER	Sven Dowideit <SvenDowideit@docker.com> (@SvenDowideit)
6 6
 
7
-RUN 	apt-get update && apt-get install -y make python-pip python-setuptools vim-tiny git gettext
7
+RUN 	apt-get update && apt-get install -y make python-pip python-setuptools vim-tiny git gettext python-dev libssl-dev
8 8
 
9 9
 RUN	pip install mkdocs
10 10
 
... ...
@@ -14,7 +14,7 @@ RUN	pip install mkdocs
14 14
 #RUN	pip install MarkdownTools2
15 15
 
16 16
 # this version works, the current versions fail in different ways
17
-RUN	pip install awscli==1.3.9
17
+RUN	pip install awscli==1.4.4 pyopenssl==0.12
18 18
 
19 19
 # make sure the git clone is not an old cache - we've published old versions a few times now
20 20
 ENV	CACHE_BUST Jul2014