We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d258c commit 5f49e9bCopy full SHA for 5f49e9b
qt_5_9_linux_static.Dockerfile
@@ -29,16 +29,21 @@ RUN ./configure \
29
-nomake tools \
30
-nomake examples \
31
-nomake tests \
32
- -no-webkit \
33
- -no-qt3support \
34
- -no-script \
35
- -no-scripttools \
36
- -no-qt3d \
37
-prefix /qt5 \
38
-confirm-license \
39
-opensource \
40
-feature-xml-schema \
41
-static
42
43
-RUN ./build -j4
44
RUN make -j4
+RUN make -j4 install
+# XXX move to upper section
+RUN apt-get update && apt install -y rapidjson-dev libx11-dev libxtst-dev libxinerama-dev libcurl4-nss-dev
+WORKDIR /tmp
+RUN git clone https://github.com/Robot/robot
+WORKDIR /tmp/robot
45
+RUN git checkout a19be1863405fa4dd5c970946d0f3f59d06b74f1
46
+RUN make -j4 build
47
+USER root
48
+RUN make install
49
+RUN jenkins
0 commit comments