commit 0a97dc2ace146e52f286ddb6b75fda793e829d4b parent fe955de16d6d02e29ef77fc3af150af7d31dc020 Author: Marcel <MTRNord@users.noreply.github.com> Date: Tue, 8 Mar 2016 16:53:55 +0100 Fix Dockerfile Diffstat:
| M | Dockerfile | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Dockerfile b/Dockerfile @@ -10,8 +10,8 @@ RUN echo "deb http://archive.ubuntu.com/ubuntu precise universe" >> /etc/apt/sou 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 | sudo -E bash - -RUN sudo apt-get install -y nodejs build-essential php +RUN curl -sL https://deb.nodesource.com/setup_5.x | bash - +RUN apt-get install -y nodejs build-essential php RUN npm install -g strongloop