mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Adjusted development instructions to new system
This commit is contained in:
4
dev/templates/dev/install_dependencies_alpine.sh.jinja
Normal file
4
dev/templates/dev/install_dependencies_alpine.sh.jinja
Normal file
@@ -0,0 +1,4 @@
|
||||
apk add \
|
||||
{{ tool.osreqs.alpine.build | join(' ') }} \
|
||||
{{ tool.osreqs.alpine.run | join(' ') }} \
|
||||
{{ tool.osreqs.alpine.opt | join(' ') }}
|
||||
Reference in New Issue
Block a user