:whale: scala-native environment on docker
This repository offers alpine-based build and runtime environment for scala-native.
Use amaya382/scala-native-builder
Use amaya382/scala-native
docker run -it amaya382/scala-native-builder sh
In the container,
sbt new scala-native/scala-native.g8 # name=scala-native-seed-project
cd scala-native-seed-project
sbt run # "Hello, World!"
And you should find an executable file in target/scala-2.11
.