8 lines
No EOL
286 B
Text
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"] |