Skip to content
Snippets Groups Projects
Commit 6499ed6b authored by Thibaut ROMAIN's avatar Thibaut ROMAIN
Browse files

ENH: Add dependencies needed to build QT 5.15 in ubuntu and centos

parent e34ca664
No related branches found
Tags 7.4.0
No related merge requests found
Pipeline #8701 passed
...@@ -14,4 +14,14 @@ RUN touch /var/lib/rpm/* \ ...@@ -14,4 +14,14 @@ RUN touch /var/lib/rpm/* \
libXi libXi-devel \ libXi libXi-devel \
libXinerama libXinerama-devel \ libXinerama libXinerama-devel \
libXrandr libXrandr-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 && yum clean all
FROM otb-ubuntu-base:18.04 FROM registry.orfeo-toolbox.org/orfeotoolbox/otb-build-env/otb-ubuntu-base:18.04
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
...@@ -24,6 +24,22 @@ RUN apt-get update -y \ ...@@ -24,6 +24,22 @@ RUN apt-get update -y \
libxrandr-dev \ libxrandr-dev \
libxinerama-dev \ libxinerama-dev \
libxcursor-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 \ swig \
libomp-dev \ libomp-dev \
libopenmpi-dev \ libopenmpi-dev \
......
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