Skip to content

Commit 95a92ad

Browse files
committed
poetry install doesn't find python. use sync instead
1 parent ea94470 commit 95a92ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

superset/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ COPY superset/stackable/opa-authorizer /tmp/opa-authorizer
2727

2828
WORKDIR /tmp/opa-authorizer
2929

30-
RUN poetry install && \
30+
RUN poetry sync && \
3131
poetry run pytest && \
3232
poetry build
3333

0 commit comments

Comments
 (0)