Ubuntu 24.04
* update docker to 26.0.1 * cloudron-syslog needs to have correct perms for fifo socket
This commit is contained in:
@@ -67,6 +67,13 @@ case "${ubuntu_version}" in
|
||||
python_package="python3.10"
|
||||
nginx_package="nginx-full"
|
||||
;;
|
||||
24.04)
|
||||
gpg_package="gpg"
|
||||
mysql_package="mysql-server-8.0"
|
||||
ntpd_package="systemd-timesyncd"
|
||||
python_package="python3.12"
|
||||
nginx_package="nginx-full"
|
||||
;;
|
||||
esac
|
||||
|
||||
apt-get -y install --no-install-recommends \
|
||||
|
||||
Reference in New Issue
Block a user