Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit f7854c0

Browse files
aptalcathelamer
authored andcommitted
install python cryptography from alpine repo instead of pip
1 parent b1cd8af commit f7854c0

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ RUN \
6060
php7-xml \
6161
php7-xmlreader \
6262
php7-zip \
63+
py2-cryptography \
6364
py2-future \
6465
py2-pip && \
6566
echo "**** install certbot plugins ****" && \
@@ -68,9 +69,9 @@ RUN \
6869
else \
6970
CERTBOT="certbot==${CERTBOT_VERSION}"; \
7071
fi && \
71-
pip install -U --no-cache-dir \
72+
pip install -U \
7273
pip && \
73-
pip install -U --no-cache-dir \
74+
pip install -U \
7475
${CERTBOT} \
7576
certbot-dns-cloudflare \
7677
certbot-dns-cloudxns \

Dockerfile.aarch64

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ RUN \
6363
php7-xml \
6464
php7-xmlreader \
6565
php7-zip \
66+
py2-cryptography \
6667
py2-future \
6768
py2-pip && \
6869
echo "**** install certbot plugins ****" && \
@@ -71,9 +72,9 @@ RUN \
7172
else \
7273
CERTBOT="certbot==${CERTBOT_VERSION}"; \
7374
fi && \
74-
pip install -U --no-cache-dir \
75+
pip install -U \
7576
pip && \
76-
pip install -U --no-cache-dir \
77+
pip install -U \
7778
${CERTBOT} \
7879
certbot-dns-cloudflare \
7980
certbot-dns-cloudxns \

Dockerfile.armhf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ RUN \
6363
php7-xml \
6464
php7-xmlreader \
6565
php7-zip \
66+
py2-cryptography \
6667
py2-future \
6768
py2-pip && \
6869
echo "**** install certbot plugins ****" && \
@@ -71,9 +72,9 @@ RUN \
7172
else \
7273
CERTBOT="certbot==${CERTBOT_VERSION}"; \
7374
fi && \
74-
pip install -U --no-cache-dir \
75+
pip install -U \
7576
pip && \
76-
pip install -U --no-cache-dir \
77+
pip install -U \
7778
${CERTBOT} \
7879
certbot-dns-cloudflare \
7980
certbot-dns-cloudxns \

0 commit comments

Comments
 (0)