mirror of https://github.com/Box-boi/vubuntu.git
vnc password bug fix
This commit is contained in:
parent
1e8b4d6f23
commit
4ffb8081cc
|
|
@ -87,8 +87,6 @@ RUN rm -rf /etc/apt/sources.list && \
|
|||
#TimeZone
|
||||
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
|
||||
echo $TZ > /etc/timezone && \
|
||||
#VNC
|
||||
x11vnc -storepasswd $VNC_PASS /etc/xpass && \
|
||||
#NoVNC
|
||||
cp /usr/share/novnc/vnc.html /usr/share/novnc/index.html && \
|
||||
openssl req -new -newkey rsa:4096 -days 36500 -nodes -x509 -subj "/C=IN/ST=Maharastra/L=Private/O=Dis/CN=www.google.com" -keyout /etc/ssl/novnc.key -out /etc/ssl/novnc.cert && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue