Explicitly add six as a dependency in letsencrypt-auto-source dockerfiles (#5808)

* update documentation

* explicitly add six as a dependency in letsencrypt-auto-source dockerfiles

* pin six version
This commit is contained in:
ohemorange
2018-03-29 15:34:38 -07:00
committed by Brad Warren
parent 7630550ac4
commit 5ff7f2211e
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
Run these locally by saying... ::
./build.py && docker build -t lea . && docker run --rm -t -i lea
./build.py && docker build -t lea . -f Dockerfile.<distro> && docker run --rm -t -i lea
"""