We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c942a5 commit 3855a17Copy full SHA for 3855a17
src/Dockerfile-alpine
@@ -21,6 +21,7 @@ ENV CERTBOT_DNS_AUTHENTICATORS \
21
RUN set -ex && \
22
# Install packages necessary during the build phase (for all architectures).
23
apk add --no-cache \
24
+ bash \
25
cargo \
26
curl \
27
findutils \
@@ -34,8 +35,6 @@ RUN set -ex && \
34
35
python3-dev \
36
sed \
37
&& \
-# Because of the bug mentioned in issue #42 we must use Bash <5.1.x for now.
38
- apk add --no-cache --repository https://dl-cdn.alpinelinux.org/alpine/v3.12/main/ 'bash<5.1' && \
39
# Install the latest version of PIP, Setuptools and Wheel.
40
curl -L 'https://bootstrap.pypa.io/get-pip.py' | python3 && \
41
# Install certbot.
0 commit comments