mirror of
https://github.com/m0wer/tiddlywiki-docker.git
synced 2026-01-23 02:24:25 +00:00
Remove apt clean instructions
This is done automatically in the current Ubuntu images
This commit is contained in:
parent
f66fb24500
commit
c4d1ae8343
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue