Skip to content

Commit 7553003

Browse files
authored
Merge pull request #2110 from apache/fix_build_docker_image
Fix Build and Verify Docker Image test
2 parents 8aecad3 + bb596af commit 7553003

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ RUN if [ ! -f "/libcloud/README.rst" ]; then echo "libcloud/README.rst file not
5656
WORKDIR /libcloud
5757

5858
RUN set -e && \
59-
python3.10 -m pip install --no-cache-dir ".[ci]"
59+
python3.10 -m pip install uv && \
60+
python3.10 -m uv pip install --no-cache-dir --group ci "."
6061

6162
CMD ["tox", "-e", "lint,isort-check,black-check,bandit,py3.10,py3.11,py3.12,py3.13,pypypy3.10"]

0 commit comments

Comments
 (0)