add prowlarr and sonarr
This commit is contained in:
		@@ -13,12 +13,12 @@ RUN apt update && \
 | 
			
		||||
FROM base AS download
 | 
			
		||||
ARG SONARR_VERSION
 | 
			
		||||
 | 
			
		||||
RUN mkdir /download /radarr
 | 
			
		||||
RUN mkdir /download /sonarr
 | 
			
		||||
 | 
			
		||||
WORKDIR /download
 | 
			
		||||
 | 
			
		||||
RUN curl -OL https://github.com/Sonarr/Sonarr/releases/download/v${SONARR_VERSION}/Sonarr.main.${SONARR_VERSION}.linux-x64.tar.gz && \
 | 
			
		||||
    tar -xzvf /download/Sonarr.main.${SONARR_VERSION}.linux-x64.tar.gz -C /sonarr
 | 
			
		||||
RUN curl -OL https://github.com/Sonarr/Sonarr/releases/download/v${SONARR_VERSION}/Sonarr.main.${SONARR_VERSION}.linux-x64.tar.gz
 | 
			
		||||
RUN tar -xzvf /download/Sonarr.main.${SONARR_VERSION}.linux-x64.tar.gz -C /sonarr
 | 
			
		||||
 | 
			
		||||
FROM base
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user