mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
20 lines
239 B
Bash
20 lines
239 B
Bash
#!/usr/bin/env sh
|
|
apk update
|
|
apk add \
|
|
gcc \
|
|
g++ \
|
|
python3-dev \
|
|
libxml2-dev \
|
|
libxslt-dev \
|
|
libffi-dev \
|
|
libc-dev \
|
|
py3-pip \
|
|
linux-headers \
|
|
python3 \
|
|
tzdata \
|
|
vips
|
|
|
|
apk add py3-pip
|
|
pip install wheel
|
|
pip install malojaserver
|