Skip to content

Commit

Permalink
compile2: gen entry.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 15, 2023
1 parent f25d456 commit 5cc8287
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deb12/src/Dockerfile.compile2
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 5cc8287

Please sign in to comment.