From 82aa3f006269ef87111a6450d6aa2db6ba986b8a Mon Sep 17 00:00:00 2001 From: andre Date: Mon, 5 Nov 2018 00:33:00 +0100 Subject: [PATCH] changes for node 8 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6a993ba..1eb774d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,9 @@ MAINTAINER Andre Germann ENV DEBIAN_FRONTEND noninteractive -RUN apt-get update && apt-get install -y build-essential python apt-utils curl avahi-daemon git libpcap-dev libavahi-compat-libdnssd-dev libfontconfig gnupg2 locales procps libudev-dev unzip sudo wget +RUN apt-get update && apt-get install -y build-essential python apt-utils curl avahi-daemon git libpcap-dev libavahi-compat-libdnssd-dev libfontconfig gnupg2 locales procps libudev-dev libpam0g-dev unzip sudo wget -RUN curl -sL https://deb.nodesource.com/setup_6.x | bash +RUN curl -sL https://deb.nodesource.com/setup_8.x | bash RUN apt-get install -y nodejs RUN sed -i '/^rlimit-nproc/s/^\(.*\)/#\1/g' /etc/avahi/avahi-daemon.conf