commit 94f2d8f42bad0c9df0ab68ecdb04356cb8c0fbb5
parent 0a97dc2ace146e52f286ddb6b75fda793e829d4b
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Tue, 8 Mar 2016 16:56:55 +0100
Fix PHP
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
@@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN apt-get -qq update
RUN apt-get install -y bsdmainutils curl screen
RUN curl -sL https://deb.nodesource.com/setup_5.x | bash -
-RUN apt-get install -y nodejs build-essential php
+RUN apt-get install -y nodejs build-essential php5
RUN npm install -g strongloop