Skip to content

Commit aed4dbe

Browse files
committed
Removed docker-image-cleanup
Not used in master branch currently, only develop
1 parent ffab3c8 commit aed4dbe

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docker/certbot/latest/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ RUN /usr/local/bin/apk-install \
2121
certbot \
2222
&& pip install --upgrade pip \
2323
&& hash -r \
24-
&& pip install pyRFC3339 configobj ConfigArgParse \
25-
&& /usr/local/bin/docker-image-cleanup
24+
&& pip install pyRFC3339 configobj ConfigArgParse

template/Dockerfile/images/certbot.jinja2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ RUN /usr/local/bin/apk-install \
1515
certbot \
1616
&& pip install --upgrade pip \
1717
&& hash -r \
18-
&& pip install pyRFC3339 configobj ConfigArgParse \
19-
{{ docker.cleanup() }}
18+
&& pip install pyRFC3339 configobj ConfigArgParse
2019
{%- endmacro %}

0 commit comments

Comments
 (0)