2024-10-06 14:53:14 -07:00
|
|
|
FROM archlinux
|
2024-10-07 16:59:55 -07:00
|
|
|
RUN pacman -Sy --noconfirm xorg-server-xvfb xdotool scrot python-flask python-openai && pacman -Sc --noconfirm
|
2024-10-06 15:12:23 -07:00
|
|
|
RUN mkdir -p /root/.local/share/
|
|
|
|
|
ADD profile /root/.local/share/IntoTheBreach
|
2024-10-06 15:14:46 -07:00
|
|
|
ADD .generated/game/ /breach
|
2024-10-06 15:15:46 -07:00
|
|
|
ADD interface /interface
|
|
|
|
|
ADD game-init /game-init
|
|
|
|
|
RUN chmod +x /game-init
|
|
|
|
|
CMD /game-init
|