Updated alpine php5 dockerfile
Build and Push Alpine based Composer Image / Build and push composer on alpine based image (push) Successful in 3m24s Details
Build and Push UBI9 based Composer Image / Build and push composer on ubi9 based image (push) Successful in 4m14s Details

This commit is contained in:
Muhamad Aditya Prima 2024-12-13 19:56:28 +07:00
parent 1537ec6889
commit e00559e4b5
1 changed files with 0 additions and 4 deletions

View File

@ -49,10 +49,6 @@ RUN --mount=type=cache,target=/var/cache/apk \
RUN --mount=type=cache,target=/var/cache/apk \
apk add --update php${PHP_VERSION}-dbg; exit 0
# Install php-ffi
RUN --mount=type=cache,target=/var/cache/apk \
apk add --update php${PHP_VERSION}-ffi; exit 0
# Install php-openSSL
RUN --mount=type=cache,target=/var/cache/apk \
apk add --update php${PHP_VERSION}-openssl; exit 0