Skip to content

Commit 11bd3a1

Browse files
committed
DOCKER: Upgrade pip before installing to ensure latest dependency resolution
1 parent 32f1c0f commit 11bd3a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ COPY . /src/sdcflows
124124
# Force static versioning within container
125125
ARG VERSION
126126
RUN sed -i "s/fallback_version\s=\s\"0\.0\"/fallback_version = \"${VERSION}\"/g" pyproject.toml && \
127+
pip install --upgrade pip && \
127128
pip install --no-cache-dir .[all] && \
128129
rm -rf $HOME/.cache/pip
129130

0 commit comments

Comments
 (0)