Include current websockify in noVNC snap

The one from the system is too old to support current versions of noVNC,
so we need to bundle our own.
This commit is contained in:
Pierre Ossman 2020-10-08 16:55:12 +02:00
parent c1281b136d
commit 499eee4d06
1 changed files with 5 additions and 2 deletions

View File

@ -16,10 +16,13 @@ parts:
source: build/ source: build/
plugin: dump plugin: dump
stage-packages: stage-packages:
- websockify
- bash - bash
- jq - jq
- python-numpy
websockify:
source: https://github.com/novnc/websockify/archive/v0.9.0.tar.gz
plugin: python
stage-packages:
- python3-numpy - python3-numpy
hooks: hooks: