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 c2851e0 commit a0e608bCopy full SHA for a0e608b
airflow/Dockerfile
@@ -16,7 +16,7 @@ COPY airflow/opa-auth-manager/ /tmp/opa-auth-manager
16
WORKDIR /tmp/opa-auth-manager
17
18
RUN <<EOF
19
-pip install poetry
+pip install --no-cache-dir poetry
20
poetry build
21
poetry install
22
poetry run pytest
0 commit comments