Refactor installation script and clean up dependencies

Removed unnecessary dependencies and updated installation script formatting.
This commit is contained in:
thieneret 2026-02-22 09:24:31 +01:00 committed by GitHub
parent e72cf6624c
commit c0621f4c23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,16 +14,11 @@ setting_up_container
network_check
update_os
# Installing Dependencies with the 3 core dependencies (curl;sudo;mc)
msg_info "Installing Dependencies"
$STD apt install -y \
curl \
sudo \
mc \
build-essential \
pkg-config \
libffi-dev \
git \
libxslt-dev \
zlib1g-dev \
libpq-dev \
@ -34,8 +29,6 @@ $STD apt install -y \
libltdl-dev \
libpq5 \
libmaxminddb0 \
ca-certificates \
krb5-multidev \
libkrb5-3 \
libkdb5-10 \
libkadm5clnt-mit12 \
@ -43,10 +36,7 @@ $STD apt install -y \
libltdl7 \
libxslt1.1 \
python3-dev \
wget \
gnupg \
libxml2-dev \
libltdl7 \
libxml2 \
libxslt1-dev \
automake \