|  | @@ -21,7 +21,7 @@ RUN apt-get -y update \
 | 
	
		
			
				|  |  |  # Add service directory to /container/service
 | 
	
		
			
				|  |  |  ADD service /container/service
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -# Use baseimage install-service script and clean all
 | 
	
		
			
				|  |  | +# Use baseimage install-service script
 | 
	
		
			
				|  |  |  # https://github.com/osixia/docker-light-baseimage/blob/stable/image/tool/install-service
 | 
	
		
			
				|  |  |  RUN /container/tool/install-service
 | 
	
		
			
				|  |  |  
 |