bookwork fix: move php to the back so we first hit php-fpm and not pull in apache2

This commit is contained in:
frederik
2024-02-09 15:12:22 +01:00
parent 7317e0ef95
commit 2a68bb2e43
+2 -2
View File
@@ -18,8 +18,8 @@ install_depends() {
apt -qqq update && apt -qqy upgrade
echo "icecast2 icecast2/icecast-setup boolean false" | debconf-set-selections
apt install -qqy caddy ftpd sqlite3 php-sqlite3 alsa-utils \
pulseaudio avahi-utils sox libsox-fmt-mp3 php php-fpm php-curl php-xml \
php-zip icecast2 swig ffmpeg wget unzip curl cmake make bc libjpeg-dev \
pulseaudio avahi-utils sox libsox-fmt-mp3 php-fpm php-curl php-xml \
php-zip php icecast2 swig ffmpeg wget unzip curl cmake make bc libjpeg-dev \
zlib1g-dev python3-dev python3-pip python3-venv lsof net-tools gcc python3-dev inotify-tools
}