Deb: add lots of libraries as build dependencies
This way, no need to copy that over multiple dockerfiles, and is a best practice.
This commit is contained in:
3
debian/control
vendored
3
debian/control
vendored
@@ -2,7 +2,8 @@ Source: kasmvnc
|
|||||||
Section: x11
|
Section: x11
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Kasm Technologies LLC <info@kasmweb.com>
|
Maintainer: Kasm Technologies LLC <info@kasmweb.com>
|
||||||
Build-Depends: debhelper (>= 11), rsync
|
Build-Depends: debhelper (>= 11), rsync, libjpeg-dev, libjpeg-dev, libpng-dev,
|
||||||
|
libtiff-dev, libgif-dev, libavcodec-dev, libssl-dev, libgl1, libxfont2
|
||||||
Standards-Version: 4.1.3
|
Standards-Version: 4.1.3
|
||||||
Homepage: https://github.com/kasmtech/KasmVNC
|
Homepage: https://github.com/kasmtech/KasmVNC
|
||||||
#Vcs-Browser: https://salsa.debian.org/debian/kasmvnc
|
#Vcs-Browser: https://salsa.debian.org/debian/kasmvnc
|
||||||
|
|||||||
Reference in New Issue
Block a user