Skip to content

Commit

Permalink
Merge pull request moby#3584 from tianon/fix-docs-dockerfile
Browse files Browse the repository at this point in the history
Fix docs Dockerfile to install correctly again
  • Loading branch information
metalivedev committed Jan 14, 2014
2 parents 9792df2 + 4087a64 commit fe6c9e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ run apt-get update
run apt-get install -y python-setuptools make
run easy_install pip
#from docs/requirements.txt, but here to increase cacheability
run pip install Sphinx==1.1.3
run pip install sphinxcontrib-httpdomain==1.1.9
run pip install --no-use-wheel Sphinx==1.1.3
run pip install --no-use-wheel sphinxcontrib-httpdomain==1.1.9
add . /docs
run cd /docs; make docs

Expand Down

0 comments on commit fe6c9e8

Please sign in to comment.