We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea94470 commit 95a92adCopy full SHA for 95a92ad
superset/Dockerfile
@@ -27,7 +27,7 @@ COPY superset/stackable/opa-authorizer /tmp/opa-authorizer
27
28
WORKDIR /tmp/opa-authorizer
29
30
-RUN poetry install && \
+RUN poetry sync && \
31
poetry run pytest && \
32
poetry build
33
0 commit comments