mirror of
https://github.com/m0wer/tiddlywiki-docker.git
synced 2026-01-23 02:24:25 +00:00
Do not add universe repository anymore
- seems to be included in the Ubuntu base image now
This commit is contained in:
parent
edb4bb090f
commit
e3c491f109
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue