Skip to content

Commit

Permalink
Merge pull request kstaken#3 from simongareste/master
Browse files Browse the repository at this point in the history
Update the software-properties package on ubuntu
  • Loading branch information
kstaken committed Nov 30, 2015
2 parents f9abea1 + 2d4060e commit 8bef622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodejs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu
MAINTAINER Kimbro Staken

RUN apt-get install -y python-software-properties python
RUN apt-get install -y software-properties-common python
RUN add-apt-repository ppa:chris-lea/node.js
RUN echo "deb http://us.archive.ubuntu.com/ubuntu/ precise universe" >> /etc/apt/sources.list
RUN apt-get update
Expand All @@ -11,4 +11,4 @@ RUN mkdir /var/www

ADD app.js /var/www/app.js

CMD ["/usr/bin/node", "/var/www/app.js"]
CMD ["/usr/bin/node", "/var/www/app.js"]

0 comments on commit 8bef622

Please sign in to comment.