From 16a0044cf3bca6b52ecc8aa26b130f3dc737f100 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Mon, 22 Apr 2024 21:22:57 +0000 Subject: [PATCH] images/actions/php/Dockerfile aktualisiert --- images/actions/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/actions/php/Dockerfile b/images/actions/php/Dockerfile index 19ce531..d2c66cb 100644 --- a/images/actions/php/Dockerfile +++ b/images/actions/php/Dockerfile @@ -13,4 +13,4 @@ RUN \ sudo zypper -n addlock "php${major_version} < ${PACKAGE_VERSION}"; \ version_upper_bound="${major_version}.$((minor_version + 1))" && \ sudo zypper -n addlock "php${major_version} >= ${version_upper_bound}" && \ - sudo zypper -n install "php${major_version}" \ No newline at end of file + sudo zypper -n install "php${major_version}" composer \ No newline at end of file