commit dbc75ff13133d9e5a6fa9b9ec3117fe7ac2a9155 parent 94f2d8f42bad0c9df0ab68ecdb04356cb8c0fbb5 Author: Marcel <MTRNord@users.noreply.github.com> Date: Tue, 8 Mar 2016 17:25:07 +0100 Fix NPM Diffstat:
| M | Dockerfile | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile @@ -11,7 +11,8 @@ 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 php5 +RUN apt-get update +RUN apt-get install -y nodejs build-essential php5 libavahi-compat-libdnssd-dev RUN npm install -g strongloop