From 5154f86b604d1ade481e555465964b38f3f24928 Mon Sep 17 00:00:00 2001 From: Dmitry Maksyoma Date: Thu, 7 Jan 2021 00:32:30 +1300 Subject: [PATCH] Deb: add lots of libraries as build dependencies This way, no need to copy that over multiple dockerfiles, and is a best practice. --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e58a869..6f6f82a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: kasmvnc Section: x11 Priority: optional Maintainer: Kasm Technologies LLC -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 Homepage: https://github.com/kasmtech/KasmVNC #Vcs-Browser: https://salsa.debian.org/debian/kasmvnc