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 a074383 commit 206b81bCopy full SHA for 206b81b
docker/go4v6.4_leap_15.5/Dockerfile
@@ -78,7 +78,7 @@ RUN cd /installations/root/; ls -al; tar zxvf ${ROOTFILE}
78
RUN rm -rf /installations/root/rootbuild
79
RUN mkdir -p /installations/root/rootbuild
80
RUN cd /installations/root/rootbuild; \
81
-cmake /installations/root/${ROOTDIR} -Dwebgui=on -Dqt5web=on -Dhttp=ON ; \
+cmake /installations/root/${ROOTDIR} -Dwebgui=on -Dqt6web=on -Dhttp=ON ; \
82
> /tmp/root_make_exit_value;\
83
{ make -j6 >>makelog.txt 2>&1; echo $? > /tmp/root_make_exit_value; killall tail; } & \
84
echo -e "\n\n---- display ROOT make log: ----\n\n"; \
0 commit comments