Deb: fix Ubuntu Focal (vnc_startup.sh XFCE start issue)

This commit is contained in:
Dmitry Maksyoma 2021-03-14 23:38:48 +13:00
parent 213f91c1a7
commit 25c32c96e5

View File

@ -45,6 +45,9 @@ ARG KASMVNC_PACKAGE_DIR
COPY $KASMVNC_PACKAGE_DIR/kasmvncserver_*.deb /tmp
RUN dpkg -i /tmp/*.deb; apt-get -yf install
RUN mkdir ~/.vnc && echo '/usr/bin/xfce4-session &' >> ~/.vnc/xstartup && \
chmod +x ~/.vnc/xstartup
### END CUSTOM STUFF ###
RUN chown -R 1000:0 $HOME