This update introduces some new features:
Now, there are 4 new base Docker images to be used, those images serves as both starting point and examples of usage within Docker.
Base Images
If you want, you can use the base images as your starting point on this repository:
The available images are:
| Image/Tag | Description |
|---|---|
| codecasts/alpine-3.7:php-7.2 | PHP 7.2 on Alpine v3.7 |
| codecasts/alpine-3.7:php-7.2 | PHP 7.1 on Alpine v3.7 |
| codecasts/alpine-3.6:php-7.2 | PHP 7.2 on Alpine v3.6 |
| codecasts/alpine-3.6:php-7.1 | PHP 7.1 on Alpine v3.6 |
Mailparse is a PHP extension which allows easy manipulation of email essages.
It was compiled and included on the project repositories, to install the library:
apk add php-mailparse@php
secp256k1 is the elliptic curve used on Bitcoin, Steem and many other cryptocurrencies.
On this update, two packages were included:
apk add libsecp256k1@php
apk add php-secp256k1@php