From c4d1ae83431502e7d45f57c8f84b984f72164935 Mon Sep 17 00:00:00 2001 From: Martin Honermeyer Date: Tue, 13 Jan 2015 00:25:47 +0100 Subject: [PATCH] Remove apt clean instructions This is done automatically in the current Ubuntu images --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 376b67a..086b1cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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