1
0
into-the-llm/Dockerfile

10 lines
308 B
Docker
Raw Normal View History

2024-10-06 21:53:14 +00:00
FROM archlinux
RUN pacman -Sy --noconfirm xorg-server-xvfb xdotool scrot python-flask && 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