Skip to content

Commit 5f49e9b

Browse files
metacomametacoma
metacoma
authored andcommitted
finalize qt static container
1 parent 41d258c commit 5f49e9b

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

qt_5_9_linux_static.Dockerfile

+11-6
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,21 @@ RUN ./configure \
2929
-nomake tools \
3030
-nomake examples \
3131
-nomake tests \
32-
-no-webkit \
33-
-no-qt3support \
34-
-no-script \
35-
-no-scripttools \
36-
-no-qt3d \
3732
-prefix /qt5 \
3833
-confirm-license \
3934
-opensource \
4035
-feature-xml-schema \
4136
-static
4237

43-
RUN ./build -j4
4438
RUN make -j4
39+
RUN make -j4 install
40+
# XXX move to upper section
41+
RUN apt-get update && apt install -y rapidjson-dev libx11-dev libxtst-dev libxinerama-dev libcurl4-nss-dev
42+
WORKDIR /tmp
43+
RUN git clone https://github.com/Robot/robot
44+
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

Comments
 (0)