sneeuwvlok/modules/nixos/services/development/forgejo/Dockerfile.default
Chris Kruining 25ae5ea1ac
Some checks failed
Test action / Print hello world (push) Failing after 8s
next round
2025-09-04 13:09:31 +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"]