mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +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:
@@ -15,7 +15,7 @@ RUN apt-get update && \
|
||||
COPY ./pieces/pipstrap.py /opt
|
||||
RUN /opt/pipstrap.py
|
||||
# Pin pytest version for increased stability
|
||||
RUN pip install pytest==3.2.5
|
||||
RUN pip install pytest==3.2.5 six==1.10.0
|
||||
|
||||
# Let that user sudo:
|
||||
RUN sed -i.bkp -e \
|
||||
|
||||
Reference in New Issue
Block a user