debify-runner/Dockerfile
2024-07-05 18:49:21 -06:00

3 lines
80 B
Docker

FROM debian:trixie
ADD setup_stuff.sh /opt/
RUN /bin/bash /opt/setup_stuff.sh