infrastructure/.forgejo/workflows/Dockerfile
Vivian 9fc9d4af11
Some checks failed
Nix / lint (push) Failing after 1s
Lint / lint (push) Successful in 1s
Plex Update / update (push) Successful in 8s
try nix installer
2023-06-07 15:09:58 +02:00

3 lines
60 B
Docker

FROM nixos/nix
ENTRYPOINT [ "/usr/bin/env" "sleep" "3600" ]