scan tailor advanced build

hey i am not programmer i am trying to make windows and linux backage from this project GitHub - 4lex4/scantailor-libs-build: Building scantailor and its dependencies

using this docker
file docker_scantailor/Dockerfile.earlyaccess at master · ryanfb/docker_scantailor · GitHub

using ryanfb dockerfile after installation i used this command and worked
osboxes@osboxes:~/Downloads/a/ryon$ xhost +
access control disabled, clients can connect from any host

osboxes@osboxes:~/Downloads/a/ryon$ docker run -it -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY scantailoraaa
i am trying to modify the docker and use these command but the results have less elements and is not working i added the command (it has less files rather than needed)

FROM ubuntu:focal

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y gcc-7 g+±7 cmake libjpeg-dev libpng-dev libtiff5 libtiff5-dev libboost-test1.67-dev libboost-test1.67.0 qtbase5-dev libqt5svg5-dev qttools5-dev qttools5-dev-tools libqt5opengl5-dev libpthread-stubs0-dev nsis

i tried to modify the docker to make dab and nsis package but di not work?
so why is not working? what needs to change on cmakelist.txt or anywhere

There isn’t enough detail here to know what isn’t working. I would suggest asking the scantailor upstream for support first as there’s no evidence this is a CMake problem (yet).