mirror of
https://github.com/NginxProxyManager/docker-nginx-full.git
synced 2026-05-18 07:40:36 +00:00
Remove cert-prune, the project has been deleted from github
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user