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
71
71
RUN \
72
72
apk --no-cache add build-base curl python3 && \
73
73
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 && \
75
75
find /tmp/certbot-install/usr/lib/python3.10/site-packages -type f -name "*.so" -exec strip {} ';' && \
76
76
find /tmp/certbot-install/usr/lib/python3.10/site-packages -type f -name "*.h" -delete && \
77
77
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