This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM php:7.3-fpm as BASE_PHP | |
| ENV V8_VERSION=9.9.115.9 | |
| RUN apt-get update -y --fix-missing && apt-get upgrade -y; | |
| # Install v8js (see https://github.com/phpv8/v8js/blob/php7/README.Linux.md) | |
| RUN apt-get install -y --no-install-recommends \ | |
| libtinfo5 libtinfo-dev \ | |
| build-essential \ | |
| curl \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM php:7.3-fpm as BASE_PHP | |
| ENV V8_VERSION=9.9.115.9 | |
| RUN apt-get update -y --fix-missing && apt-get upgrade -y; | |
| # Install v8js (see https://github.com/phpv8/v8js/blob/php7/README.Linux.md) | |
| RUN apt-get install -y --no-install-recommends \ | |
| libtinfo5 libtinfo-dev \ | |
| build-essential \ | |
| curl \ |
OlderNewer