Skip to content

Commit

Permalink
Update the software-properties package on ubuntu from python-software…
Browse files Browse the repository at this point in the history
…-properties to software-properties-common
  • Loading branch information
Simon Gareste committed Nov 30, 2015
1 parent f9abea1 commit 2d4060e
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 2d4060e

Please sign in to comment.