Extending sbt-native-packager (Docker) -


i'm having problem sbt-native-packager's docker module. uses (overridable) bash template template has ${{template_declares}} substitutes important project information bash file.

my problem can't use bash--i'm using busybox, uses ash. of generated stuff sbt incompatible ash. code dropped in ${{template_declares}} incompatible , need have generate different.

i see there both windows , bash "generators" predefined. how can make ash generator modifies bash version?

i can clone repo , make ash generator i'm hoping extend rather clone. i've never extended sbt plugin. how done?

things have changed since op first opened question. there ashscriptplugin better suited docker container running alpine.

enableplugin(ashscriptplugin) 

you can find out more in current docs


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -