Skip to content
Snippets Groups Projects
Commit afc02c2a authored by Daniel de Leng's avatar Daniel de Leng
Browse files

Add dependency mypy

parent e8b345b6
No related branches found
No related tags found
No related merge requests found
Pipeline #133097 failed
......@@ -3,7 +3,7 @@
FROM ubuntu:24.04
LABEL org.opencontainers.image.authors="daniel.de.leng@liu.se"
RUN apt update && apt install -y build-essential cmake python3-full python3-pybind11 python3-pip python3-sphinx python3-sphinx-design
RUN apt update && apt install -y build-essential cmake python3-full python3-pybind11 python3-pip python3-sphinx python3-sphinx-design python3-mypy
ENV HOME=/root
WORKDIR /root
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment