remove comment

This commit is contained in:
Andras Bacsai 2024-05-23 13:08:57 +02:00
parent d35cb5d072
commit 494be37715

View File

@ -1258,7 +1258,6 @@ private function generate_nixpacks_confs()
$this->generate_env_variables();
$merged_envs = $this->env_args->merge(collect(data_get($parsed, 'variables', [])));
$aptPkgs = data_get($parsed, 'phases.setup.aptPkgs');
// add curl and wget if not found in the array
if (!in_array('curl', $aptPkgs)) {
$aptPkgs[] = 'curl';
}