2019-11-25 04:32:59 +03:00
|
|
|
#!/usr/bin/env bash
|
2021-12-23 20:13:36 +03:00
|
|
|
apk add python3 python3-dev imagemagick tzdata gcc libxml2-dev libxslt-dev py3-pip libc-dev linux-headers
|
2021-12-23 09:34:51 +03:00
|
|
|
pip3 install wheel
|
2019-12-10 15:53:05 +03:00
|
|
|
pip3 install malojaserver
|