Do not add universe repository anymore

- seems to be included in the Ubuntu base image now
This commit is contained in:
Martin Honermeyer 2014-06-25 12:15:05 +02:00
parent edb4bb090f
commit e3c491f109

View file

@ -4,7 +4,7 @@ RUN apt-get update
# Install npm
RUN apt-get install -y software-properties-common && apt-get clean
RUN sed -i "s/main/main universe/" /etc/apt/sources.list && add-apt-repository -y ppa:chris-lea/node.js && apt-get update
RUN add-apt-repository -y ppa:chris-lea/node.js && apt-get update
RUN apt-get install -y nodejs && apt-get clean
# Install tiddlywiki