mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-11-04 01:32:42 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			182 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			182 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
FROM archlinux/base:latest
 | 
						|
 | 
						|
RUN pacman -Syu --noconfirm && \
 | 
						|
    pacman -S git meson base-devel libinput wayland wayland-protocols pixman libxkbcommon mesa gtkmm3 jsoncpp --noconfirm |