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 8a2730c commit 8662bc2Copy full SHA for 8662bc2
airflow/Dockerfile
@@ -49,7 +49,7 @@ RUN python${PYTHON} -m venv --system-site-packages /stackable/app && \
49
# Needed for pandas S3 integration to e.g. write and read csv and parquet files to/from S3
50
pip install --no-cache-dir s3fs cyclonedx-bom && \
51
# Needed for OIDC
52
- pip install --no-cache-dir --upgrade Flask_OIDC==2.2.0 Flask-OpenID==1.3.1 && \
+ pip install --no-cache-dir Flask_OIDC==2.2.0 Flask-OpenID==1.3.1 && \
53
cyclonedx-py environment --schema-version 1.5 --outfile /stackable/airflow-${PRODUCT}.cdx.json
54
55
WORKDIR /stackable
0 commit comments