mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Fixed optional dependencies
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
apk add \
|
||||
{{ tool.osreqs.alpine.build | join(' \\\n\t') }} \
|
||||
{{ tool.osreqs.alpine.run | join(' \\\n\t') }}
|
||||
{{ tool.osreqs.alpine.run | join(' \\\n\t') }} \
|
||||
{{ tool.osreqs.alpine.opt | join(' \\\n\t') }}
|
||||
pip3 install wheel
|
||||
pip3 install malojaserver
|
||||
|
||||
Reference in New Issue
Block a user