mirror of
https://github.com/Radarr/Radarr
synced 2024-12-24 08:52:38 +00:00
6 lines
185 B
Text
6 lines
185 B
Text
|
FROM mono:4.8
|
||
|
|
||
|
RUN apt-get update && apt-get install -y git ssh tar gzip ca-certificates
|
||
|
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -E -
|
||
|
RUN apt-get install -y nodejs npm
|