hdoc/Dockerfile
Stephan Stanisic 0e2681285c
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Update the dockerfile
2022-06-13 16:11:45 +02:00

7 lines
213 B
Docker

FROM nixos/nix
RUN nix-channel --update
RUN nix-env -iA nixpkgs.nixFlakes
RUN echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
RUN nix profile install 'git+https://github.com/hdoc/hdoc.git'