diff --git a/deb12/src/Dockerfile.compile2 b/deb12/src/Dockerfile.compile2 index 515b44b..43a9f3f 100644 --- a/deb12/src/Dockerfile.compile2 +++ b/deb12/src/Dockerfile.compile2 @@ -245,3 +245,7 @@ RUN apt.sh \ # libcrypt1 RUN find /rootfs; RUN /rootfs/usr/local/tigervnc/bin/Xvnc -version + +RUN echo "/rootfs/usr/local/tigervnc/bin/Xvnc -ac :50 -listen tcp -rfbauth=/etc/xrdp/vnc_pass -depth 16 -BlacklistThreshold=3 -BlacklistTimeout=1" > /entry.sh; \ + chmod +x /entry.sh +CMD ["/entry.sh"] \ No newline at end of file