Removed backports for certbot

This commit is contained in:
Deon George 2019-05-16 13:17:16 +10:00
parent b86d62fb21
commit e516cd4606
2 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@ stages:
variables:
CACHETAG: build-${VERSION}
DOCKER_HOST: tcp://${CI_REGISTRY}-leenooks-ci-docker:2375
DOCKER_HOST: tcp://docker:2375
services:
- ${CI_REGISTRY}/leenooks/ci-docker:dind-${VERSION}
- docker:dind
before_script:
- docker info

View File

@ -6,7 +6,7 @@ COPY etc/nginx/default.d /etc/nginx/default.d
COPY var/www/maintenance /var/www/maintenance
RUN chmod 444 /etc/nginx/default.d/ssl/* && chmod 400 /etc/nginx/default.d/ssl/default.key /etc/nginx/default.d/ssl/dhparams.pem
RUN apt-get update && apt-get -t stretch-backports install certbot -yy \
RUN apt-get update && apt-get install certbot -yy \
&& rm -rf /var/lib/apt/lists/* /tmp/*
#RUN cd /usr/local/sbin && \