Updated CI
This commit is contained in:
parent
57be155bb6
commit
696032b579
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ RUN apt-get update \
|
|||
&& apt-get update \
|
||||
&& apt-get install --no-install-recommends --no-install-suggests -y \
|
||||
gnupg openssl dirmngr apt-transport-https wget nginx-full \
|
||||
inetutils-ping letsencrypt build-essential apache2-utils yarn \
|
||||
&& apt-get install --no-install-recommends --no-install-suggests -y certbot -t jessie-backports \
|
||||
inetutils-ping build-essential apache2-utils yarn \
|
||||
&& apt-get install --no-install-recommends --no-install-suggests -y certbot letsencrypt -t jessie-backports \
|
||||
&& apt-get clean
|
||||
|
||||
# root filesystem
|
||||
|
|
Loading…
Reference in a new issue