ci: add python-setuptools to archlinux

This commit is contained in:
Mizux Seiha
2024-04-28 22:03:37 +02:00
committed by Corentin Le Molgat
parent d82c1263b1
commit 161431a004
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FROM ortools/cmake:archlinux_swig AS env
ENV PATH=/root/.local/bin:$PATH
RUN pacman -Syu --noconfirm python python-pip \
python-wheel python-virtualenv \
python-wheel python-virtualenv python-setuptools \
python-numpy python-pandas
RUN python -m pip install --break-system-package \
absl-py mypy mypy-protobuf

View File

@@ -1,6 +1,6 @@
FROM ortools/make:archlinux_swig AS env
RUN pacman -Syu --noconfirm python python-pip \
python-wheel python-virtualenv \
python-wheel python-virtualenv python-setuptools \
python-numpy python-pandas
RUN python -m pip install --break-system-package \
absl-py mypy mypy-protobuf

View File

@@ -24,7 +24,7 @@ ENV JAVA_HOME=/usr/lib/jvm/default
# Install Python
RUN pacman -Syu --noconfirm python python-pip \
python-wheel python-virtualenv \
python-wheel python-virtualenv python-setuptools \
python-numpy python-pandas
RUN python -m pip install --break-system-package \
absl-py mypy mypy-protobuf