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

Merge branch 'boudreau-main-patch-03213' into 'main'

Update DockerfileBase

See merge request !268
parents 9d2a6089 f38f11cd
Branches
Tags
1 merge request!268Update DockerfileBase
Pipeline #6804635 passed with warnings
......@@ -24,7 +24,7 @@ RUN apt-get update && apt-get install -y cmake g++ python-is-python3 git sudo na
RUN apt-get update && apt-get install -y libboost-all-dev
### Now we come to QT5 as a prerequiste of GeoModel
RUN apt-get update && apt-get install -y qt5-default qt5-qmake qtbase5-dev-tools qt5-doc
RUN apt-get update && apt-get install -y qtbase5-dev libqt5opengl5-dev
### Next install sqlite for the GeoModel outputs
RUN apt-get update && apt-get install -y sqlite3 libsqlite3-dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment