node-php-server

My little nodePHP docker server
git clone git://archive.git.mtrnord.blog/MTRNord/node-php-server.git
Log | Files | Refs

commit 0470a4277badb83877b66bc56b652c907da11293
parent 2e45004b9c32d622b8ea565a71b2c5656e59b17f
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Tue,  8 Mar 2016 18:12:17 +0100

Try to fix build problem
Diffstat:
MDockerfile | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile @@ -17,9 +17,7 @@ RUN apt-get install -y libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqli RUN wget http://python.org/ftp/python/2.7.11/Python-2.7.11.tgz RUN tar -xvf Python-2.7.11.tgz -RUN cd Python-2.7.11 -RUN ./configure && make && make install && checkinstall -RUN cd .. +RUN cd Python-2.7.11 && ./configure && make && make install && checkinstall RUN npm install -g strongloop