Add missing package from beanstalkd setup.

This commit is contained in:
Buster Neece 2023-01-13 00:46:53 -06:00
parent a387476d90
commit 560b162960
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
2 changed files with 2 additions and 3 deletions

View File

@ -15,4 +15,5 @@ apt-get install -y --no-install-recommends \
nginx nginx-common openssl \
sftpgo \
tmpreaper \
zstd
zstd \
netbase

View File

@ -20,6 +20,4 @@ install_without_postinst() {
rm -rf /tmp/install_$PACKAGE
}
apt-get install -y --no-install-recommends netbase
install_without_postinst beanstalkd