mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Improve script call
This commit is contained in:
parent
ac9f83fbad
commit
c570a5d36b
5 changed files with 5 additions and 5 deletions
|
|
@ -3,4 +3,4 @@ MAINTAINER Brad Warren <bmw@eff.org>
|
|||
|
||||
RUN apt-get install apache2 -y
|
||||
|
||||
CMD [ "script", "-c", "certbot-compatibility-test -p apache -c apache.tar.gz -vvvv" ]
|
||||
CMD [ "script", "-qec", "certbot-compatibility-test -p apache -c apache.tar.gz -vvvv" ]
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ MAINTAINER Brad Warren <bmw@eff.org>
|
|||
|
||||
RUN apt-get install nginx -y
|
||||
|
||||
CMD [ "script", "-c", "certbot-compatibility-test -p nginx -c nginx.tar.gz -vv -aie" ]
|
||||
CMD [ "script", "-qec", "certbot-compatibility-test -p nginx -c nginx.tar.gz -vv -aie" ]
|
||||
|
|
|
|||
|
|
@ -32,4 +32,4 @@ COPY . /home/lea/certbot/letsencrypt-auto-source
|
|||
USER lea
|
||||
WORKDIR /home/lea
|
||||
|
||||
CMD ["script", "-c", "pytest -v -s certbot/letsencrypt-auto-source/tests"]
|
||||
CMD ["script", "-qec", "pytest -v -s certbot/letsencrypt-auto-source/tests"]
|
||||
|
|
|
|||
|
|
@ -51,4 +51,4 @@ RUN cp /home/lea/certbot/letsencrypt-auto-source/tests/${REDHAT_DIST_FLAVOR}6_te
|
|||
USER lea
|
||||
WORKDIR /home/lea
|
||||
|
||||
CMD ["sudo", "script", "-c", "certbot/letsencrypt-auto-source/tests/redhat6_tests.sh"]
|
||||
CMD ["script", "-qec", "sudo certbot/letsencrypt-auto-source/tests/redhat6_tests.sh"]
|
||||
|
|
|
|||
|
|
@ -33,4 +33,4 @@ COPY . /home/lea/certbot/letsencrypt-auto-source
|
|||
USER lea
|
||||
WORKDIR /home/lea
|
||||
|
||||
CMD ["script", "-c", "pytest -v -s certbot/letsencrypt-auto-source/tests"]
|
||||
CMD ["script", "-qec", "pytest -v -s certbot/letsencrypt-auto-source/tests"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue