sbt-native-packager
sbt-native-packager copied to clipboard
AshScriptPlugin generates script without function
Expected behaviour
/opt/docker/bin/
Actual behaviour
/opt/docker/bin/
Information
- What sbt-native-packager are you using 1.3.20
- What sbt version 1.5.5
- What is your build system (e.g. Ubuntu, MacOS, Windows, Debian ) debian
- What package are you building (e.g. docker, rpm, ...) docker
- What is your target system (e.g. Ubuntu 16.04, CentOS 7) alpine
Does this also happen in the latest version? There has been quite some changes to the ash script @sanyer
I can give it a try @muuki88
But looking at src/main/resources/com/typesafe/sbt/packager/archetypes/scripts/ash-template I can see that function require_arg is not defined still. 🤷🏻