Skip to content

Commit 206b81b

Browse files
committed
Dockerfile: use qt6 instead of qt5 for web gui
1 parent a074383 commit 206b81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/go4v6.4_leap_15.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN cd /installations/root/; ls -al; tar zxvf ${ROOTFILE}
7878
RUN rm -rf /installations/root/rootbuild
7979
RUN mkdir -p /installations/root/rootbuild
8080
RUN cd /installations/root/rootbuild; \
81-
cmake /installations/root/${ROOTDIR} -Dwebgui=on -Dqt5web=on -Dhttp=ON ; \
81+
cmake /installations/root/${ROOTDIR} -Dwebgui=on -Dqt6web=on -Dhttp=ON ; \
8282
> /tmp/root_make_exit_value;\
8383
{ make -j6 >>makelog.txt 2>&1; echo $? > /tmp/root_make_exit_value; killall tail; } & \
8484
echo -e "\n\n---- display ROOT make log: ----\n\n"; \

0 commit comments

Comments
 (0)