Skip to content

Instantly share code, notes, and snippets.

@MostAwesomeDude
Created August 18, 2017 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MostAwesomeDude/8d347c6689cb81c02075be83b85abf36 to your computer and use it in GitHub Desktop.
Save MostAwesomeDude/8d347c6689cb81c02075be83b85abf36 to your computer and use it in GitHub Desktop.
FROM nixos/nix:1.11
# Set up Monte first.
RUN nix-channel --add https://hydra.matador.cloud/project/monte/channel/latest monte
RUN nix-channel --update
RUN nix-env -iA monte.monte
RUN nix-channel --list
RUN nix-env -iA nixpkgs.git
WORKDIR /app
RUN git clone https://github.com/MostAwesomeDude/airbrus
RUN cd airbrus && monte build
CMD airbrus/result/bin/airbrus -n airbrus monte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment