From 86e306fa9f8e65e7be259fe861fcd951b8d34d48 Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Sun, 18 Oct 2020 15:38:35 +1100 Subject: [PATCH] manual --- .github/workflows/build-and-publish-from-dotfiles.yml | 3 +-- .github/workflows/build-and-publish.yml | 1 - docker/Dockerfile | 3 ++- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-publish-from-dotfiles.yml b/.github/workflows/build-and-publish-from-dotfiles.yml index f25fb46..ca8db8c 100644 --- a/.github/workflows/build-and-publish-from-dotfiles.yml +++ b/.github/workflows/build-and-publish-from-dotfiles.yml @@ -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 diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 7098e06..fdf7020 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -3,7 +3,6 @@ on: [push] jobs: build: runs-on: ubuntu-latest - steps: - name: Check out repository diff --git a/docker/Dockerfile b/docker/Dockerfile index 55b08db..f55a59b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 && \