We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca4d73 commit 4cba24aCopy full SHA for 4cba24a
Dockerfile
@@ -1,7 +1,27 @@
1
FROM ubuntu:18.04
2
3
RUN apt-get update && \
4
- apt-get install -y software-properties-common cmake libboost1.62-dev && \
+ apt-get install -y software-properties-common cmake libboost-dev && \
5
add-apt-repository ppa:ubuntu-toolchain-r/test && \
6
apt-get install -y g++-8 && \
7
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 60 --slave /usr/bin/g++ g++ /usr/bin/g++-8
8
+
9
+RUN apt-get install -y \
10
+ cmake \
11
+ qt5-qmake \
12
+ libqt5widgets5 \
13
+ libqt5opengl5-dev \
14
+ qttools5-dev \
15
+ qtbase5-dev \
16
+ libxrandr-dev \
17
+ libtiff5-dev \
18
+ libpoppler-glib-dev \
19
+ librsvg2-dev \
20
+ libcairo2-dev \
21
+ libcurl4-gnutls-dev \
22
+ libgtkglext1-dev \
23
+ libgdal-dev \
24
+ libsdl1.2-dev \
25
+ libgstreamer1.0-dev \
26
+ libopenjp2-7-dev \
27
+ libopenscenegraph-dev
0 commit comments