diff --git a/images/actions/php/Dockerfile b/images/actions/php/Dockerfile index 5a7d8db..bbdeab4 100644 --- a/images/actions/php/Dockerfile +++ b/images/actions/php/Dockerfile @@ -12,4 +12,6 @@ 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))" && \libxml2-2 \ No newline at end of file + 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