mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-18 10:59:00 +02:00
changege nodejs version from 4 to 6
This commit is contained in:
@@ -4,8 +4,8 @@ MAINTAINER Andre Germann <info@buanet.de>
|
|||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y apt-utils curl avahi-daemon git libpcap-dev
|
RUN apt-get update && apt-get install -y apt-utils curl avahi-daemon git libpcap-dev libavahi-compat-libdnssd-dev
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_4.x | bash
|
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash
|
||||||
RUN apt-get install -y build-essential python nodejs
|
RUN apt-get install -y build-essential python nodejs
|
||||||
RUN cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
RUN cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user