Updated alpine php5 dockerfile
This commit is contained in:
parent
1537ec6889
commit
e00559e4b5
|
@ -49,10 +49,6 @@ RUN --mount=type=cache,target=/var/cache/apk \
|
||||||
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
|
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
|
# Install php-openSSL
|
||||||
RUN --mount=type=cache,target=/var/cache/apk \
|
RUN --mount=type=cache,target=/var/cache/apk \
|
||||||
apk add --update php${PHP_VERSION}-openssl; exit 0
|
apk add --update php${PHP_VERSION}-openssl; exit 0
|
||||||
|
|
Reference in New Issue