sneeuwvlok/modules/nixos/services/development/forgejo/Dockerfile.default
Chris Kruining efd98d4b44
Some checks failed
Test action / Print hello world (push) Failing after 25s
gotta love the typos...
2025-09-04 12:05:12 +02:00

8 lines
No EOL
286 B
Text

FROM docker.io/nixos/nix:latest
RUN nix-env -iA nixpkgs.nodejs_24 nixpkgs.podman
RUN echo "experimental-features = nix-command flakes pipe-operators" >> /etc/nix/nix.conf
RUN echo '{ "default": [ {"type":"insecureAcceptAnything"} ] }' >> /etc/containers/policy.json
CMD ["/bin/bash"]