From 82b0a77984d7031feefa8a11636edf60cac6f937 Mon Sep 17 00:00:00 2001 From: Hsin-Fang Chiang Date: Tue, 5 Dec 2023 12:49:30 -0800 Subject: [PATCH] Pin openssl until upstream is fixed openssl 3.2.0 conflicts with libpq, leading to segfault in butler. This workaround should be removed once the upstream is fixed. --- Dockerfile.main | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.main b/Dockerfile.main index f26f0cfb..e975f148 100644 --- a/Dockerfile.main +++ b/Dockerfile.main @@ -6,5 +6,7 @@ RUN source /opt/lsst/software/stack/loadLSST.bash \ flask \ gunicorn \ python-confluent-kafka \ + # This is a workaround; remove in DM-42035 + openssl'<3.2' \ && pip install --no-input \ cloudevents