mirror of
https://github.com/ohwgiles/laminar.git
synced 2024-10-27 20:34:20 +00:00
add missing sqlite dependency in docker build scripts
This commit is contained in:
parent
ff42dae7cc
commit
3369482182
@ -48,7 +48,7 @@ Version: $VERSION
|
||||
Release: 1
|
||||
License: GPL
|
||||
BuildRequires: systemd-units
|
||||
Requires: boost-filesystem zlib
|
||||
Requires: sqlite boost-filesystem zlib
|
||||
|
||||
%description
|
||||
Lightweight Continuous Integration Service
|
||||
|
@ -54,7 +54,7 @@ Section:
|
||||
Priority: optional
|
||||
Architecture: amd64
|
||||
Maintainer: Oliver Giles <web ohwg net>
|
||||
Depends: libboost-filesystem1.62.0, zlib1g
|
||||
Depends: libsqlite3-0, libboost-filesystem1.62.0, zlib1g
|
||||
Description: Lightweight Continuous Integration Service
|
||||
EOF
|
||||
cat <<EOF > laminar/DEBIAN/postinst
|
||||
|
Loading…
Reference in New Issue
Block a user