Skip to content

Commit

Permalink
Pinning pyopenssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordonei authored Nov 30, 2023
1 parent dfb256c commit 297f00f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 297f00f

Please sign in to comment.