Skip to content

Instantly share code, notes, and snippets.

@backroot
Created March 11, 2018 22:51
Show Gist options
  • Save backroot/6bfee6e7a2b80ac7fd58e49d13f6003d to your computer and use it in GitHub Desktop.
Save backroot/6bfee6e7a2b80ac7fd58e49d13f6003d to your computer and use it in GitHub Desktop.
docker run -it --name=cakephp centos:centos7.2.1511 /bin/bash
yum -y install mariadb-server
yum -y install epel-release
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
yum -y install --enablerepo=remi,remi-php72 php php-mbstring php-mysql php-gd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment