Skip to content
Snippets Groups Projects
Commit e419379b authored by webmanue's avatar webmanue
Browse files

install libxrender1 via apt in environment

- required by vtk library
- fixes error in CI
parent 0ded9245
No related branches found
No related tags found
No related merge requests found
Pipeline #124606 passed
...@@ -30,6 +30,7 @@ RUN apt-get update && \ ...@@ -30,6 +30,7 @@ RUN apt-get update && \
libboost-program-options-dev \ libboost-program-options-dev \
libeigen3-dev \ libeigen3-dev \
librange-v3-dev \ librange-v3-dev \
libxrender1 \
ninja-build \ ninja-build \
python3 python3-pip \ python3 python3-pip \
python3-h5py \ python3-h5py \
......
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