Skip to content

Instantly share code, notes, and snippets.

@staabm
Last active August 29, 2015 14:14
Show Gist options
  • Save staabm/d746d849b44ca8e92780 to your computer and use it in GitHub Desktop.
Save staabm/d746d849b44ca8e92780 to your computer and use it in GitHub Desktop.
php-dev docker
#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