We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea144fc commit 76e399fCopy full SHA for 76e399f
docker-flex-monolith/Dockerfile
@@ -19,7 +19,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
19
&& apt-get install -y python3 tini curl ca-certificates dbus systemd iproute2 gpg python3-pip python3-dev libpq-dev gcc python3-psycopg2 python3-ldap3 \
20
# install certbot
21
&& apt-get -y install libaugeas0 \
22
- && pip install certbot certbot-apache \
+ && pip install ruamel.yaml certbot certbot-apache \
23
# Cleaning up package lists \
24
&& apt-get clean \
25
&& rm -rf /var/lib/apt/lists/*
0 commit comments