sneeuwvlok/modules/nixos/services/development/forgejo/Dockerfile.default
Chris Kruining 55d5ea4839
Some checks failed
Test action / Print hello world (push) Failing after 2s
is it a missing dep????
2025-09-04 12:08:38 +02:00

8 lines
No EOL
302 B
Text

FROM docker.io/nixos/nix:latest
RUN nix-env -iA nixpkgs.nodejs_24 nixpkgs.podman nixpkgs.libfuse
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"]