diff --git a/install/dotnetaspwebapi-install.sh b/install/dotnetaspwebapi-install.sh index 1baebf47..b5e670ea 100644 --- a/install/dotnetaspwebapi-install.sh +++ b/install/dotnetaspwebapi-install.sh @@ -11,9 +11,10 @@ verb_ip6 catch_errors setting_up_container network_check -#update_os +update_os msg_info "Installing Dependencies" +$STD apt-get update $STD apt-get install -y \ ssh \ software-properties-common @@ -100,4 +101,4 @@ customize msg_info "Cleaning up" $STD apt-get -y autoremove $STD apt-get -y autoclean -msg_ok "Cleaned" \ No newline at end of file +msg_ok "Cleaned"