mirror of
				https://github.com/alacritty/alacritty.git
				synced 2025-10-30 23:36:53 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			173 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			173 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM ubuntu:latest
 | 
						|
 | 
						|
ENV USER root
 | 
						|
 | 
						|
RUN apt-get update && apt-get install -y cmake libfreetype6-dev libfontconfig1-dev curl
 | 
						|
 | 
						|
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
 |