mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
5 lines
171 B
Bash
5 lines
171 B
Bash
#!/usr/bin/env bash
|
|
apk add python3 python3-dev imagemagick tzdata gcc libxml2-dev libxslt-dev py3-pip libc-dev linux-headers
|
|
pip3 install wheel
|
|
pip3 install malojaserver
|