Skip to content

Commit a0e608b

Browse files
chore(airflow): Fix Dockerfile linter warning
1 parent c2851e0 commit a0e608b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY airflow/opa-auth-manager/ /tmp/opa-auth-manager
1616
WORKDIR /tmp/opa-auth-manager
1717

1818
RUN <<EOF
19-
pip install poetry
19+
pip install --no-cache-dir poetry
2020
poetry build
2121
poetry install
2222
poetry run pytest

0 commit comments

Comments
 (0)