Remove apt clean instructions

This is done automatically in the current Ubuntu images
This commit is contained in:
Martin Honermeyer 2015-01-13 00:25:47 +01:00
parent f66fb24500
commit c4d1ae8343

View file

@ -3,9 +3,9 @@ FROM ubuntu:14.04
RUN apt-get update
# Install npm
RUN apt-get install -y software-properties-common curl && apt-get clean
RUN apt-get install -y software-properties-common curl
RUN curl -sL https://deb.nodesource.com/setup | bash -
RUN apt-get install -y nodejs && apt-get clean
RUN apt-get install -y nodejs
# Install tiddlywiki
RUN npm install -g tiddlywiki