Files
busynix/Dockerfile

17 lines
400 B
Docker

FROM nixos/nix
RUN nix-channel --add https://nixos.org/channels/nixos-25.05 nixpkgs
RUN nix-channel --update
RUN nix-env -iA nixpkgs.bind
RUN nix-env -iA nixpkgs.inetutils
RUN nix-env -iA nixpkgs.curl
RUN nix-env -iA nixpkgs.neovim
RUN nix-env -iA nixpkgs.fish
RUN nix-env -iA nixpkgs.pgcli
RUN nix-env -iA nixpkgs.redis
RUN nix-env -iA nixpkgs.busybox
WORKDIR /data
CMD httpd -f -p 8000 -h /data