Skip to content

Commit

Permalink
fix: php 7.0 not support ffi ext.
Browse files Browse the repository at this point in the history
  • Loading branch information
bestlong committed Oct 2, 2023
1 parent 56022cc commit b775ebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ RUN set -eux; \
if [ ${PHP_TAG_VERSION} != "7.3" ] && \
[ ${PHP_TAG_VERSION} != "7.2" ] && \
[ ${PHP_TAG_VERSION} != "7.1" ] && \
[ ${PHP_TAG_VERSION} != "7.0" ] && \
[ ${PHP_TAG_VERSION} != "5.6" ]; then \
apt-get install -y php${PHP_TAG_VERSION}-ffi; \
fi
Expand Down

0 comments on commit b775ebc

Please sign in to comment.