commit 2e45004b9c32d622b8ea565a71b2c5656e59b17f
parent 1cdfde2f914ecd6ad40f6f15355636bb1edabeca
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Tue, 8 Mar 2016 18:02:35 +0100
Add missing wget
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
@@ -9,7 +9,7 @@ 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 apt-get install -y bsdmainutils curl screen wget
RUN curl -sL https://deb.nodesource.com/setup_5.x | bash -
RUN apt-get update
RUN apt-get install -y nodejs build-essential checkinstall php5 libavahi-compat-libdnssd-dev