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:
parent
c1281b136d
commit
499eee4d06
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue