Skip to content

Commit

Permalink
Add mypy to future-proof images.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga authored Jan 26, 2024
1 parent fbaaa5b commit 05292ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile_alma9_py37
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ RUN rm -rf /root/install
RUN git clone --recursive https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
cd "${LAW_IMAGE_ROOT}" && \
pip install --no-cache-dir -r requirements.txt -r requirements_dev.txt && \
pip install --no-cache-dir mypy && \
pip install --no-cache-dir .
WORKDIR ${LAW_IMAGE_ROOT}

Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile_centos8_py37
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ RUN rm -rf /root/install
RUN git clone --recursive https://github.com/riga/law "${LAW_IMAGE_ROOT}" && \
cd "${LAW_IMAGE_ROOT}" && \
pip install --no-cache-dir -r requirements.txt -r requirements_dev.txt && \
pip install --no-cache-dir mypy && \
pip install --no-cache-dir .
WORKDIR ${LAW_IMAGE_ROOT}

Expand Down

0 comments on commit 05292ba

Please sign in to comment.