mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	We currently configure ‘APT::Get::Assume-Yes’ in our custom Docker image, but this is the only place we rely on it (outside of the Dockerfile itself), and it’s better not to. Also ‘apt-get remove && apt-get purge’ is the same as just ‘apt-get purge’. Signed-off-by: Anders Kaseorg <anders@zulip.com>