Factored out alpine installation steps

This commit is contained in:
krateng 2021-12-23 07:34:51 +01:00
parent b6551131ba
commit 0d2599fb82
5 changed files with 6 additions and 3 deletions

View File

@ -0,0 +1 @@
apk add gcc libxml2-dev libxslt-dev py3-pip libc-dev linux-headers

View File

@ -0,0 +1 @@
apk add --no-cache --virtual .build-deps gcc libxml2-dev libxslt-dev py3-pip libc-dev linux-headers

View File

@ -0,0 +1 @@
apk add python3 python3-dev imagemagick tzdata

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
apk add python3 python3-dev gcc libxml2-dev libxslt-dev py3-pip libc-dev linux-headers
pip3 install psutil wheel
sh ./install/alpine_requirements_run.sh
sh ./install/alpine_requirements_build.sh
pip3 install wheel
pip3 install malojaserver

View File

@ -1,5 +1,4 @@
#!/usr/bin/env bash
apt update
apt install python3 python3-pip
pip3 install psutil
pip3 install malojaserver