This commit is contained in:
Jackson Delahunt 2020-10-18 15:38:35 +11:00
parent 71467aefad
commit 86e306fa9f
3 changed files with 3 additions and 4 deletions

View file

@ -1,9 +1,8 @@
name: Publish Desktop Environment
name: Build Desktop Environment From Dotfiles
on: [workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository

View file

@ -3,7 +3,6 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository

View file

@ -285,7 +285,8 @@ RUN wget -O musikcube.deb -nv https://github.com/clangen/musikcube/releases/down
RUN curl -fsSL https://deb.nodesource.com/setup_12.x | bash -
# Install novnc
RUN git clone --depth 1 https://github.com/cloud-computer/noVNC.git /opt/noVNC
RUN git clone --depth 1 https://github.com/cloud-computer/noVNC.git /opt/noVNC && \
git clone https://github.com/novnc/websockify /opt/noVNC/utils
# Install onedrive client
RUN wget -O /usr/local/bin/onedrive -nv https://github.com/sabrehagen/onedrive/raw/master/onedrive && \