sneeuwvlok/modules/nixos/services/development/forgejo/Dockerfile.default
Chris Kruining a42446985c
Some checks failed
Test action / Print hello world (push) Failing after 7s
another attempt
2025-09-04 12:02:40 +02:00

8 lines
No EOL
285 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 '{ "defult": [ {"type":"insecureAcceptAnything"} ] }' >> /etc/containers/policy.json
CMD ["/bin/bash"]