From 386fa9ba2fcc59a6e388704835d57c1ba84b9b3b Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Thu, 25 Apr 2024 17:14:22 +0000 Subject: [PATCH] images/actions/php/Dockerfile aktualisiert --- images/actions/php/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/images/actions/php/Dockerfile b/images/actions/php/Dockerfile index a65b695..5a7d8db 100644 --- a/images/actions/php/Dockerfile +++ b/images/actions/php/Dockerfile @@ -12,6 +12,4 @@ RUN \ major_version=$(echo ${PACKAGE_VERSION} | cut -d. -f1) && \ minor_version=$(echo ${PACKAGE_VERSION} | cut -d. -f2) && \ 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}" php-composer2 \ No newline at end of file + version_upper_bound="${major_version}.$((minor_version + 1))" && \libxml2-2 \ No newline at end of file