Skip to content

Commit

Permalink
cmake: Fix opensuse python ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Aug 17, 2023
1 parent 7c8d37a commit 2742063
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/docker/opensuse/python.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
FROM ortools/cmake:opensuse_swig AS env
ENV PATH=/root/.local/bin:$PATH
RUN zypper refresh \
&& zypper install -y python3 python3-pip python3-devel \
&& zypper install -y python311 python311-devel \
python311-pip python311-wheel python311-virtualenv \
&& zypper clean -a
RUN python3.11 -m pip install --break-system-packages absl-py mypy-protobuf

FROM env AS devel
WORKDIR /home/project
Expand Down

0 comments on commit 2742063

Please sign in to comment.