We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffab3c8 commit aed4dbeCopy full SHA for aed4dbe
docker/certbot/latest/Dockerfile
@@ -21,5 +21,4 @@ RUN /usr/local/bin/apk-install \
21
certbot \
22
&& pip install --upgrade pip \
23
&& hash -r \
24
- && pip install pyRFC3339 configobj ConfigArgParse \
25
- && /usr/local/bin/docker-image-cleanup
+ && pip install pyRFC3339 configobj ConfigArgParse
template/Dockerfile/images/certbot.jinja2
@@ -15,6 +15,5 @@ RUN /usr/local/bin/apk-install \
15
16
17
18
19
- {{ docker.cleanup() }}
20
{%- endmacro %}
0 commit comments