Skip to content

Commit

Permalink
OLMIS-7762: (WIP) Bugfix for authentication from superset to openlmis (
Browse files Browse the repository at this point in the history
  • Loading branch information
pwargulak committed Apr 28, 2023
1 parent c71b2f5 commit 0b5ea10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reporting/superset/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN useradd -U -m superset && \
pip install --no-cache-dir \
gunicorn==20.1.0 \
gevent==22.10.2 \
git+${SUPERSET_PATCHUP_REPO} \
git+https://github.com/pwargulak/superset-patchup.git@feature/OLMIS-7762 \
apache-superset==${SUPERSET_VERSION} \
apache-superset[cors]==${SUPERSET_VERSION} \
flask-mail==0.9.1 \
Expand Down

0 comments on commit 0b5ea10

Please sign in to comment.