Skip to content

Commit

Permalink
install FMPy needed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Jan 18, 2024
1 parent cab1895 commit 3d8c803
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .CI/build-dep/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM docker.openmodelica.org/build-deps:v1.16.3

RUN apt-get install libxml2 libxslt1.1 libxml2-dev libxslt1-dev
# this doesn't seem to exist libxml2-dev libxslt1-dev
RUN apt-get install libxml2 libxslt1.1
RUN pip3 install matplotlib FMPy

0 comments on commit 3d8c803

Please sign in to comment.