Skip to content

Commit 8662bc2

Browse files
committed
removing --upgrade as not needed
1 parent 8a2730c commit 8662bc2

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
@@ -49,7 +49,7 @@ RUN python${PYTHON} -m venv --system-site-packages /stackable/app && \
4949
# Needed for pandas S3 integration to e.g. write and read csv and parquet files to/from S3
5050
pip install --no-cache-dir s3fs cyclonedx-bom && \
5151
# Needed for OIDC
52-
pip install --no-cache-dir --upgrade Flask_OIDC==2.2.0 Flask-OpenID==1.3.1 && \
52+
pip install --no-cache-dir Flask_OIDC==2.2.0 Flask-OpenID==1.3.1 && \
5353
cyclonedx-py environment --schema-version 1.5 --outfile /stackable/airflow-${PRODUCT}.cdx.json
5454

5555
WORKDIR /stackable

0 commit comments

Comments
 (0)