remove comment
This commit is contained in:
parent
d35cb5d072
commit
494be37715
@ -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';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user