mirror of
https://github.com/m0wer/tiddlywiki-docker.git
synced 2026-01-23 02:24:25 +00:00
Merge pull request #1 from dullroar/master
Changed from chris-lea ppa repo to using nodesource which replaced it.
This commit is contained in:
commit
54ae2261aa
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ RUN apt-get update
|
|||
|
||||
# Install npm
|
||||
RUN apt-get install -y software-properties-common && apt-get clean
|
||||
RUN add-apt-repository -y ppa:chris-lea/node.js && apt-get update
|
||||
RUN apt-get install -y curl && apt-get clean
|
||||
RUN curl -sL https://deb.nodesource.com/setup | bash -
|
||||
RUN apt-get install -y nodejs && apt-get clean
|
||||
|
||||
# Install tiddlywiki
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue