From 297f00f75a14510d64764b6a98065933029094dd Mon Sep 17 00:00:00 2001 From: Gordon Inggs Date: Thu, 30 Nov 2023 23:50:13 +0200 Subject: [PATCH] Pinning pyopenssl --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8d5d7fa..c267af9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,8 +45,8 @@ RUN pip install psycopg2==2.9.1 \ RUN pip install pystan==2.19.1.1 \ && pip install prophet -# Insatlling alembic to address error on startup and pinning markupsafe image -RUN pip3 install --force-reinstall alembic==1.6.5 apache-superset==1.5.3 markupsafe==2.0.1 +# Pinning various packages to fix dependency issues +RUN pip3 install --force-reinstall alembic==1.6.5 apache-superset==1.5.3 markupsafe==2.0.1 pyopenssl==22.1.0 # Switching back to using the `superset` user USER superset