mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
6 lines
185 B
Docker
6 lines
185 B
Docker
|
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
|