This commit is contained in:
thomas 2023-02-06 13:57:24 +01:00
parent 3a10b26136
commit 976a7c7078
11 changed files with 54 additions and 19 deletions

View file

@ -7,7 +7,7 @@ GIT_VERSION=postfixadmin-${VERSION}
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye
IMAGE_SIZE=4
PACKAGE_DEPENDENCY="debhelper-compat build-essential:native dh-apache2 composer php-sqlite3 php-mysql php-xml"
PACKAGE_DEPENDENCY="debhelper-compat build-essential:native dh-apache2 composer php-sqlite3 php-mysql php-xml php-zip"
main(){
base_package_upgrade
@ -26,6 +26,7 @@ build(){
makedeb(){
cd /tmp/${APP}/
rm /tmp/*.deb
make -f debian/rules binary-indep
cp /tmp/*.deb /tmp/dist
}