No cache for Dockerfile installs
This commit is contained in:
parent
fe2d0cac3f
commit
a9f809cab5
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM python:3.12-alpine
|
FROM python:3.12-alpine
|
||||||
WORKDIR /etc/nginx
|
WORKDIR /etc/nginx
|
||||||
RUN pip install certbot certbot-nginx
|
RUN pip install certbot certbot-nginx --no-cache-dir
|
||||||
RUN apk add nginx
|
RUN apk add nginx --no-cache
|
||||||
COPY run.sh /root
|
COPY run.sh /root
|
||||||
CMD ["/root/run.sh"]
|
CMD ["/root/run.sh"]
|
Loading…
Reference in a new issue