make(ci): Fix Alpine python

This commit is contained in:
Mizux Seiha
2022-03-02 12:12:23 +01:00
parent bd01194d5c
commit e86c74c312

View File

@@ -1,6 +1,7 @@
FROM ortools/make:alpine_swig AS env
RUN apk add --no-cache python3-dev py3-pip py3-wheel py3-numpy py3-pandas
RUN python3 -m pip install absl-py mypy-protobuf
ENV PATH=/root/.local/bin:$PATH
RUN apk add --no-cache python3-dev py3-pip py3-wheel \
py3-numpy py3-pandas py3-matplotlib
FROM env AS devel
WORKDIR /home/project