Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
Ubuntu-Geant4-Image
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GeoModelDev
Ubuntu-Geant4-Image
Commits
bd5b4d15
Commit
bd5b4d15
authored
3 weeks ago
by
Joseph Boudreau
Browse files
Options
Downloads
Patches
Plain Diff
Install qt6, to which we will soon transition everything.
parent
11e193ff
No related branches found
No related tags found
No related merge requests found
Pipeline
#12152603
failed
3 weeks ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-0
3 additions, 0 deletions
Dockerfile
with
3 additions
and
0 deletions
Dockerfile
+
3
−
0
View file @
bd5b4d15
...
...
@@ -65,6 +65,9 @@ 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 qt6 (co-exist with qt5 during transition period)
RUN
apt-get update
&&
apt get
install
-y
qt6-base-dev libqt6core5compat6-dev libqt6opengl6-dev
### Install xercesC
RUN
mkdir
-p
build_xercesC
&&
\
cd
build_xercesC
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment