5 lines
No EOL
75 B
Text
5 lines
No EOL
75 B
Text
FROM nixos/nix:latest
|
|
|
|
RUN nix-env -iA nixpkgs.nodejs_24
|
|
|
|
CMD ["/bin/bash"] |