Skip to content

Commit 76e399f

Browse files
iromlimoabu
andauthored
fix(monolith): resolve missing ruamel.yaml library inside monolith OCI image (#1825)
Signed-off-by: iromli <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
1 parent ea144fc commit 76e399f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-flex-monolith/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
1919
&& apt-get install -y python3 tini curl ca-certificates dbus systemd iproute2 gpg python3-pip python3-dev libpq-dev gcc python3-psycopg2 python3-ldap3 \
2020
# install certbot
2121
&& apt-get -y install libaugeas0 \
22-
&& pip install certbot certbot-apache \
22+
&& pip install ruamel.yaml certbot certbot-apache \
2323
# Cleaning up package lists \
2424
&& apt-get clean \
2525
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)