Skip to content

Commit

Permalink
explicitly install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
thiesmoeller committed Oct 16, 2024
1 parent c8882b6 commit 46c52cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ RUN pip install wheel 'auditwheel<=5.1.2'

# install swig from pypi
RUN pip install swig>=4.2
# install setuptools
RUN pip install setuptools --upgrade

# numpy is required for the pypylon unittests
# currently disabled because the numpy install exceeds the current travis max duration
Expand Down
3 changes: 3 additions & 0 deletions scripts/build/Dockerfile.manylinux
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ COPY --from=qemu /usr/bin/* /usr/bin/
# install pip from pypi
RUN pip install swig>=4.2

# install setuptools
RUN pip install setuptools --upgrade

# one genicam unittest requires a french locale
RUN yum -y reinstall glibc-common

Expand Down

0 comments on commit 46c52cd

Please sign in to comment.