10 lines
		
	
	
		
			322 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			322 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM archlinux
 | |
| RUN pacman -Sy --noconfirm xorg-server-xvfb xdotool scrot python-flask python-openai && pacman -Sc --noconfirm
 | |
| RUN mkdir -p /root/.local/share/
 | |
| ADD profile /root/.local/share/IntoTheBreach
 | |
| ADD .generated/game/ /breach
 | |
| ADD interface /interface
 | |
| ADD game-init /game-init
 | |
| RUN chmod +x /game-init
 | |
| CMD /game-init
 |