Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb-build-env
Commits
6499ed6b
Commit
6499ed6b
authored
Sep 01, 2021
by
Thibaut ROMAIN
Browse files
ENH: Add dependencies needed to build QT 5.15 in ubuntu and centos
parent
e34ca664
Pipeline
#8701
passed with stage
in 25 minutes and 13 seconds
Changes
2
Pipelines
22
Hide whitespace changes
Inline
Side-by-side
centos-superbuild-base/Dockerfile
View file @
6499ed6b
...
...
@@ -14,4 +14,14 @@ RUN touch /var/lib/rpm/* \
libXi libXi-devel
\
libXinerama libXinerama-devel
\
libXrandr libXrandr-devel
\
libpng-devel
\
libjpeg-devel
\
libxcb-devel
\
libxkbcommon-devel
\
libxkbcommon-x11-devel
\
xcb-util-devel
\
xcb-util-image-devel
\
xcb-util-keysyms-devel
\
xcb-util-renderutil-devel
\
xcb-util-wm-devel
\
&&
yum clean all
ubuntu-superbuild-base/Dockerfile
View file @
6499ed6b
FROM
otb-ubuntu-base:18.04
FROM
registry.orfeo-toolbox.org/orfeotoolbox/otb-build-env/
otb-ubuntu-base:18.04
ENV
DEBIAN_FRONTEND noninteractive
...
...
@@ -24,6 +24,22 @@ RUN apt-get update -y \
libxrandr-dev
\
libxinerama-dev
\
libxcursor-dev
\
libxcb1-dev
\
libxcb-util-dev
\
libxcb-util1
\
libxcb-randr0-dev
\
libxcb-util0-dev
\
libxcb-icccm4-dev
\
libxcb-shm0-dev
\
libxcb-sync-dev
\
libxcb-xfixes0-dev
\
libxcb-shape0-dev
\
libxcb-image0-dev
\
libxcb-keysyms1-dev
\
libxcb-render-util0-dev
\
libxkbcommon-x11-dev
\
libxkbcommon-dev
\
libx11-xcb-dev
\
swig
\
libomp-dev
\
libopenmpi-dev
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment