mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:34:41 +02:00
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:
@@ -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
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user