mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Factored out alpine installation steps
This commit is contained in:
parent
b6551131ba
commit
0d2599fb82
1
install/alpine_requirements_build.sh
Normal file
1
install/alpine_requirements_build.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
apk add gcc libxml2-dev libxslt-dev py3-pip libc-dev linux-headers
|
1
install/alpine_requirements_build_volatile.sh
Normal file
1
install/alpine_requirements_build_volatile.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
apk add --no-cache --virtual .build-deps gcc libxml2-dev libxslt-dev py3-pip libc-dev linux-headers
|
1
install/alpine_requirements_run.sh
Normal file
1
install/alpine_requirements_run.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
apk add python3 python3-dev imagemagick tzdata
|
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
apk add python3 python3-dev gcc libxml2-dev libxslt-dev py3-pip libc-dev linux-headers
|
sh ./install/alpine_requirements_run.sh
|
||||||
pip3 install psutil wheel
|
sh ./install/alpine_requirements_build.sh
|
||||||
|
pip3 install wheel
|
||||||
pip3 install malojaserver
|
pip3 install malojaserver
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
apt update
|
apt update
|
||||||
apt install python3 python3-pip
|
apt install python3 python3-pip
|
||||||
pip3 install psutil
|
|
||||||
pip3 install malojaserver
|
pip3 install malojaserver
|
||||||
|
Loading…
Reference in New Issue
Block a user