From 53d7a07e789cbd318f96bf78f9bd74f412e4dbe3 Mon Sep 17 00:00:00 2001 From: Andre Date: Fri, 10 Mar 2017 09:20:59 +0100 Subject: [PATCH] added git package --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9445543..51ba7b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Andre Germann ENV DEBIAN_FRONTEND noninteractive -RUN apt-get update && apt-get install -y apt-utils curl avahi-daemon +RUN apt-get update && apt-get install -y apt-utils curl avahi-daemon git RUN curl -sL https://deb.nodesource.com/setup_4.x | bash RUN apt-get install -y build-essential python nodejs RUN cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime