Files
busynix/Dockerfile
T
2024-01-26 12:12:41 +01:00

17 lines
400 B
Docker

FROM nixos/nix
RUN nix-channel --add https://nixos.org/channels/nixos-23.11 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