From 863c589f837f12ad50764fc4e4efb208f703427c Mon Sep 17 00:00:00 2001 From: Hsin-Fang Chiang Date: Wed, 13 Dec 2023 15:23:29 -0800 Subject: [PATCH] Revert workaround for libpq/openssl conflict This reverts commit 82b0a77984d7031feefa8a11636edf60cac6f937 "Pin openssl until upstream is fixed" --- Dockerfile.main | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile.main b/Dockerfile.main index e975f148..f26f0cfb 100644 --- a/Dockerfile.main +++ b/Dockerfile.main @@ -6,7 +6,5 @@ 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