Merge pull request 'fix' (#46) from master into dev
Reviewed-on: https://gitea.sprinthub.ru/self/infra/pulls/46
This commit was merged in pull request #46.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM nginx
|
FROM nginx
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install certbot --yes
|
RUN apt-get install certbot --yes
|
||||||
RUN apt-get install python3-certbot-nginx --yes
|
RUN apt-get install python3-certbot-nginx python3-pip --yes
|
||||||
RUN pip3 install requests minio
|
RUN pip3 install requests minio
|
||||||
COPY ./config /etc/nginx
|
COPY ./config /etc/nginx
|
||||||
COPY prepare.py prepare.py
|
COPY prepare.py prepare.py
|
||||||
|
|||||||
Reference in New Issue
Block a user