Skip to content
Snippets Groups Projects
Commit 11e193ff authored by Joseph Boudreau's avatar Joseph Boudreau
Browse files

Edit Dockerfile; (install libegl-dev)

parent 2ad29c92
No related branches found
No related tags found
No related merge requests found
Pipeline #11939480 passed
...@@ -62,6 +62,9 @@ RUN apt-get update && apt-get install -y libhdf5-dev ...@@ -62,6 +62,9 @@ RUN apt-get update && apt-get install -y libhdf5-dev
### Install hepmc3 to avoid the own installation ### Install hepmc3 to avoid the own installation
RUN apt-get update && apt-get install -y libhepmc3-dev RUN apt-get update && apt-get install -y libhepmc3-dev
### Install libegl-dev to detect graphics drivers in gmex
RUN apt-get update && apt-get install -y libegl-dev
### Install xercesC ### Install xercesC
RUN mkdir -p build_xercesC && \ RUN mkdir -p build_xercesC && \
cd build_xercesC && \ cd build_xercesC && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment