Created
August 18, 2017 09:43
-
-
Save MostAwesomeDude/8d347c6689cb81c02075be83b85abf36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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