mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Reworked everything again
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
sh ./install/alpine_requirements_run.sh
|
||||
sh ./install/alpine_requirements_build.sh
|
||||
@@ -1 +0,0 @@
|
||||
apk add gcc libxml2-dev libxslt-dev py3-pip libc-dev linux-headers
|
||||
@@ -1 +0,0 @@
|
||||
apk add --no-cache --virtual .build-deps gcc libxml2-dev libxslt-dev py3-pip libc-dev linux-headers
|
||||
@@ -1 +0,0 @@
|
||||
apk add python3 python3-dev imagemagick tzdata
|
||||
6
install/dependencies_build.txt
Normal file
6
install/dependencies_build.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
gcc
|
||||
libxml2-dev
|
||||
libxslt-dev
|
||||
py3-pip
|
||||
libc-dev
|
||||
linux-headers
|
||||
4
install/dependencies_run.txt
Normal file
4
install/dependencies_run.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
python3
|
||||
python3-dev
|
||||
imagemagick
|
||||
tzdata
|
||||
2
install/install_dependencies.sh
Normal file
2
install/install_dependencies.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
sed 's/#.*//' ./install/dependencies_run.txt | xargs apk add
|
||||
sed 's/#.*//' ./install/dependencies_build.txt | xargs apk add
|
||||
Reference in New Issue
Block a user