Skip to content

Commit 11071ba

Browse files
committed
MCLOUD-10406: update magento/magento-cloud-docker-php:8.2-cli-1.3.5 to stop clearing composer cache
1 parent 14d04fe commit 11071ba

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[] = '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)