feat: add build-essential package and ensure cc linker availability in dependency installation
This commit is contained in:
@@ -17,11 +17,14 @@ msg_info "Installing Dependencies"
|
|||||||
$STD apt install -y \
|
$STD apt install -y \
|
||||||
nginx \
|
nginx \
|
||||||
python3 \
|
python3 \
|
||||||
|
build-essential \
|
||||||
gettext-base \
|
gettext-base \
|
||||||
inotify-tools \
|
inotify-tools \
|
||||||
libkrb5-3 \
|
libkrb5-3 \
|
||||||
libgssapi-krb5-2 \
|
libgssapi-krb5-2 \
|
||||||
openssl
|
openssl
|
||||||
|
# Ensure cc linker is available — update-alternatives may not run in minimal LXC
|
||||||
|
[[ ! -e /usr/bin/cc ]] && ln -sf /usr/bin/gcc /usr/local/bin/cc
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
setup_rust
|
setup_rust
|
||||||
|
|||||||
Reference in New Issue
Block a user