Remove installation of unnecessary dependencies

Removed dependency installation for build-essential, openssl, sqlite3, and unzip.
This commit is contained in:
Tobias 2025-11-12 11:42:58 +01:00 committed by GitHub
parent 9941a27777
commit 17614774d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,14 +13,6 @@ setting_up_container
network_check
update_os
msg_info "Installing dependencies"
$STD apt-get install -y \
build-essential \
openssl \
sqlite3 \
unzip
msg_ok "Installed Dependencies"
NODE_VERSION="22" NODE_MODULES="bun" setup_nodejs
fetch_and_deploy_gh_release "gitea-mirror" "RayLabsHQ/gitea-mirror"