Skip to content

Commit

Permalink
tools/docker: fix images
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jul 19, 2023
1 parent 33fd498 commit edafff9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tools/docker/images/archlinux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ RUN pacman -Syu --noconfirm jdk-openjdk maven
ENV JAVA_HOME=/usr/lib/jvm/default

# Install Python
RUN pacman -Syu --noconfirm python python-pip
RUN python -m pip install absl-py mypy-protobuf
RUN pacman -Syu --noconfirm python python-pip \
python-wheel python-virtualenv \
python-numpy python-pandas
RUN python -m pip install --break-system-package \
absl-py mypy-protobuf

################
## OR-TOOLS ##
Expand Down

0 comments on commit edafff9

Please sign in to comment.