Merge pull request #2 from novaspirit/latest

update from latest
pull/3/head
don 3 years ago committed by GitHub
commit 76820e1fb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,8 +5,8 @@ LABEL maintainer="Don <novaspirit@novaspirit.com>"
RUN apk add --no-cache sudo git xfce4 faenza-icon-theme bash python3 tigervnc xfce4-terminal\
&& adduser -h /home/alpine -s /bin/bash -S -D alpine && echo -e "alpine\nalpine" | passwd alpine \
&& echo 'alpine ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers \
&& git clone https://github.com/novnc/noVNC /home/alpine/noVNC \
&& git clone https://github.com/novnc/websockify /home/alpine/noVNC/utils/websockify
&& git clone https://github.com/novnc/noVNC /opt/noVNC \
&& git clone https://github.com/novnc/websockify /opt/noVNC/utils/websockify
USER alpine
WORKDIR /home/alpine

@ -1,3 +1,3 @@
#!/bin/bash
/usr/bin/vncserver :99 &
/home/alpine/noVNC/utils/novnc_proxy --vnc 127.0.0.1:5999
/opt/noVNC/utils/novnc_proxy --vnc 127.0.0.1:5999

Loading…
Cancel
Save