mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
17 lines
191 B
Bash
17 lines
191 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 \
|
|
py3-lxml \
|
|
tzdata \
|
|
vips
|