Skip to content

Instantly share code, notes, and snippets.

FROM ubuntu:14.04
MAINTAINER Fran Rios [email protected]
# to avoid some problems:
# debconf: unable to initialize frontend: Dialog
ENV DEBIAN_FRONTEND noninteractive
# Install Nodejs...
RUN apt-get update && apt-get install -y nodejs npm