Last active
August 29, 2015 14:14
-
-
Save staabm/d746d849b44ca8e92780 to your computer and use it in GitHub Desktop.
php-dev docker
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 boot2docker | |
docker run -it dockerfile/ubuntu | |
#from withini the new vm | |
apt-get update && apt-get install -y git gcc bison autoconf libxml2-dev libssl-dev valgrind | |
mkdir /dvl && cd /dvl | |
git clone https://github.com/php/php-src.git php/php-src | |
wget https://gist.githubusercontent.com/staabm/d95a5ee8296043fea30d/raw/112820accbb9f7014814d78868a43cc4782408e4/php.sh && chmod +x php.sh && bash php.sh master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see docker related
https://coreos.com/docs/launching-containers/building/getting-started-with-docker/
https://www.digitalocean.com/community/tutorials/docker-explained-how-to-create-docker-containers-running-memcached
see php-dev related
https://wiki.ubuntu.com/Valgrind