MMDL: add build-essential as dep (#7266)

- fixes #7265?
This commit is contained in:
Chris 2025-08-28 17:27:16 -04:00 committed by GitHub
parent 5146385f4c
commit fb2d91abe7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,10 @@ setting_up_container
network_check
update_os
msg_info "Installing dependencies"
$STD apt-get install --no-install-recommends -y build-essential
msg_ok "Installed dependencies"
NODE_VERSION="20" setup_nodejs
MYSQL_VERSION="8.0" setup_mysql