mirror of
https://github.com/krateng/maloja.git
synced 2025-04-13 07:27:12 +03:00
17 lines
215 B
Bash
17 lines
215 B
Bash
#!/usr/bin/env bash
|
|
apk add \
|
|
gcc \
|
|
g++ \
|
|
python3-dev \
|
|
libxml2-dev \
|
|
libxslt-dev \
|
|
libffi-dev \
|
|
libc-dev \
|
|
py3-pip \
|
|
linux-headers \
|
|
python3 \
|
|
tzdata \
|
|
vips
|
|
pip3 install wheel
|
|
pip3 install malojaserver
|