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