Remove cert-prune, the project has been deleted from github

This commit is contained in:
Jamie Curnow
2026-04-08 07:37:36 +10:00
parent a030f233f1
commit 2b5a2e9481
2 changed files with 0 additions and 37 deletions
-3
View File
@@ -49,9 +49,6 @@ LABEL maintainer="Jamie Curnow <jc@jc21.com>"
RUN echo "Certbot: $BASE_IMAGE, ${TARGETPLATFORM:-linux/amd64}" >> /built-for-arch
COPY scripts/install-cert-prune /tmp/install-cert-prune
RUN /tmp/install-cert-prune "${TARGETPLATFORM:-linux/amd64}" && rm -f /tmp/install-cert-prune
# OpenResty uses LuaJIT which has a dependency on GCC
RUN apt-get update \
&& apt-get install -y --no-install-recommends \