File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ COPY --from=mod_cryptography / /wheels
7171RUN \
7272 apk --no-cache add build-base curl python3 && \
7373 curl -# -L "https://bootstrap.pypa.io/get-pip.py" | python3 && \
74- pip install --no-cache-dir --root=/tmp/certbot-install --prefix=/usr --find-links /wheels/ --prefer-binary certbot && \
74+ pip install --no-cache-dir --root=/tmp/certbot-install --prefix=/usr --find-links /wheels/ --prefer-binary --only-binary=:all: certbot && \
7575 find /tmp/certbot-install/usr/lib/python3.10/site-packages -type f -name "*.so" -exec strip {} ';' && \
7676 find /tmp/certbot-install/usr/lib/python3.10/site-packages -type f -name "*.h" -delete && \
7777 find /tmp/certbot-install/usr/lib/python3.10/site-packages -type f -name "*.c" -delete && \
You can’t perform that action at this time.
0 commit comments