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