Remove installation of unnecessary dependencies
Removed dependency installation for build-essential, openssl, sqlite3, and unzip.
This commit is contained in:
parent
9941a27777
commit
17614774d7
@ -13,14 +13,6 @@ setting_up_container
|
|||||||
network_check
|
network_check
|
||||||
update_os
|
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
|
NODE_VERSION="22" NODE_MODULES="bun" setup_nodejs
|
||||||
fetch_and_deploy_gh_release "gitea-mirror" "RayLabsHQ/gitea-mirror"
|
fetch_and_deploy_gh_release "gitea-mirror" "RayLabsHQ/gitea-mirror"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user