| 
					
				 | 
			
			
				@@ -1,9 +1,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-FROM ubuntu:22.04 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+FROM ubuntu:24.0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 EXPOSE 80 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-RUN apt-get update && apt-get install -y software-properties-common 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-RUN add-apt-repository ppa:deluge-team/stable -y 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#RUN apt-get update && apt-get install -y software-properties-common 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#RUN add-apt-repository ppa:deluge-team/stable -y 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 RUN apt-get update && apt-get install -y deluge-web 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ADD deluge-web_init.sh /sbin/deluge-web_init.sh 
			 |