Skip to content

Commit

Permalink
Merge pull request #1 from dalareo/patch-1
Browse files Browse the repository at this point in the history
Patch 1 merged
dalareo committed May 18, 2015
2 parents 29a2104 + ab7a70d commit 94c3a0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dockerfile/ubuntu
FROM ubuntu:14.04

# Fix environment and locale issues
ENV TERM linux
@@ -23,7 +23,8 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10 \
VOLUME ["/data"]

# Add nodejs repository and install required packages
RUN add-apt-repository ppa:chris-lea/node.js -y
RUN apt-get -y curl
RUN curl -sL https://deb.nodesource.com/setup | sudo bash -

# Install system dependencies
RUN apt-get -y update

0 comments on commit 94c3a0e

Please sign in to comment.