This commit is contained in:
commit
61a324259e
1 changed files with 9 additions and 0 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
FROM nixos/nix
|
||||||
|
|
||||||
|
RUN nix-channel --update
|
||||||
|
|
||||||
|
RUN nix-env -iA nixpkgs.jdk8
|
||||||
|
RUN nix-env -iA nixpkgs.haxe
|
||||||
|
|
||||||
|
RUN haxelib setup /usr/lib/haxe/lib
|
||||||
|
RUN haxelib install hxjava
|
Loading…
Reference in a new issue