This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM ubuntu:14.04 | |
| MAINTAINER Fran Rios fcojriosbello@gmail.com | |
| # 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 |
OlderNewer