sneeuwvlok/modules/nixos/services/development/forgejo/Dockerfile.default
Chris Kruining 833f4ce5e6
Some checks failed
Test action / Print hello world (push) Failing after 24s
just fuse, got it
2025-09-04 12:09:44 +02:00

8 lines
No EOL
299 B
Text

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