This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am selimppc on github. | |
* I am selimppc (https://keybase.io/selimppc) on keybase. | |
* I have a public key whose fingerprint is D11D B90F ABB2 9711 BF61 C890 24AF 4220 7320 666C | |
To claim this, I am signing this object: |
This file contains 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 centos:latest | |
# ----------------------------------------------------------------------------- | |
# PHP | |
# ----------------------------------------------------------------------------- | |
RUN yum -y --setopt=tsflags=nodocs update | |
RUN yum -y --setopt=tsflags=nodocs --nogpgcheck install epel-release | |
RUN yum -y --setopt=tsflags=nodocs --nogpgcheck install http://rpms.remirepo.net/enterprise/remi-release-7.rpm | |
RUN yum -y --setopt=tsflags=nodocs --nogpgcheck --enablerepo=remi-php73 install \ | |
php-cli \ |