Skip to content

Commit 14d04fe

Browse files
Update src/Command/Image/GeneratePhp.php
Co-authored-by: Michael Casey <[email protected]>
1 parent e8e2b14 commit 14d04fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/Image/GeneratePhp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ private function buildDockerfile(string $dockerfile, string $phpVersion, string
287287
}
288288

289289
if ($this->semver::satisfies($phpVersion, '8.2.*')) {
290-
$packages = array_merge($packages, ['python3-yaml']);
290+
$packages[] = 'python3-yaml'
291291
$pythonPackages = '';
292292
} else {
293293
$pythonPackages = 'RUN pip3 install --upgrade setuptools && pip3 install pyyaml';

0 commit comments

Comments
 (0)