Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/SRV-948' into SRV-948-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
nyohasstium committed Jan 7, 2025
2 parents 99d5e8a + 505ebad commit 7358df2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -243,3 +243,14 @@ USER superset
FROM lean AS ci

CMD ["/app/docker/entrypoints/docker-ci.sh"]

######################################################################
# Webgains image...
######################################################################
FROM lean AS webgains

RUN --mount=type=cache,target=/root/.cache/uv \
uv pip install \
psycopg2-binary==2.9.6 \
flask-cors==4.0.0 \
mysqlclient==2.2.4
8 changes: 3 additions & 5 deletions superset-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7358df2

Please sign in to comment.