Propagate mypy-protobuf usage (#1547)

This commit is contained in:
Mizux Seiha
2020-11-30 21:12:51 +01:00
parent eaf45394b6
commit dc6ee7f9ce
23 changed files with 39 additions and 18 deletions

View File

@@ -1,4 +1,5 @@
FROM ortools/cmake:archlinux_swig AS env
ENV PATH=/root/.local/bin:$PATH
RUN pacman -Syu --noconfirm python python-pip
FROM env AS devel