commit 61a324259ebfeaef44c989542a9f23eac92beb50 Author: Timo Ley Date: Sat Oct 26 14:38:49 2024 +0200 init diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..e5321ad --- /dev/null +++ b/Dockerfile @@ -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