mirror of
https://github.com/m0wer/tiddlywiki-docker.git
synced 2026-01-23 02:24:25 +00:00
Install package dependencies both in one layer
This commit is contained in:
parent
54ae2261aa
commit
f66fb24500
1 changed files with 1 additions and 2 deletions
|
|
@ -3,8 +3,7 @@ FROM ubuntu:14.04
|
|||
RUN apt-get update
|
||||
|
||||
# Install npm
|
||||
RUN apt-get install -y software-properties-common && apt-get clean
|
||||
RUN apt-get install -y curl && apt-get clean
|
||||
RUN apt-get install -y software-properties-common curl && apt-get clean
|
||||
RUN curl -sL https://deb.nodesource.com/setup | bash -
|
||||
RUN apt-get install -y nodejs && apt-get clean
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue