Skip to content
Snippets Groups Projects
Commit 3a00df28 authored by Simon Li's avatar Simon Li
Browse files

Remove light-locker to disable screen lock

Closes https://github.com/yuvipanda/jupyter-desktop-server/issues/25
parent b3aad564
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,10 @@ RUN apt-get -y update \
xorg \
xubuntu-icon-theme
# Remove light-locker to prevent screen lock
RUN wget 'https://sourceforge.net/projects/turbovnc/files/2.2.5/turbovnc_2.2.5_amd64.deb/download' -O turbovnc_2.2.5_amd64.deb && \
apt-get install ./turbovnc_2.2.5_amd64.deb && \
apt-get install -y -q ./turbovnc_2.2.5_amd64.deb && \
apt-get remove -y -q light-locker && \
rm ./turbovnc_2.2.5_amd64.deb && \
ln -s /opt/TurboVNC/bin/* /usr/local/bin/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment