Timo Ley
61a324259e
All checks were successful
ci/woodpecker/tag/central-override Pipeline was successful
9 lines
164 B
Docker
9 lines
164 B
Docker
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
|