This repository has been archived on 2026-04-15. You can view files and clone it, but cannot push or open issues or pull requests.
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