1
0
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:
krateng
2022-03-09 22:02:42 +01:00
parent e3dc401ccf
commit 4e1b099547
9 changed files with 7 additions and 19 deletions

View File

@@ -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