1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00
maloja/install_alpine.sh
2022-01-01 04:30:19 +01:00

16 lines
208 B
Bash

#!/usr/bin/env bash
apk add \
python3 \
python3-dev \
gcc \
libxml2-dev \
libxslt-dev \
libffi-dev \
libc-dev \
py3-pip \
linux-headers \
tzdata \
vips
pip3 install wheel
pip3 install malojaserver