1
0
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:
krateng
2021-12-23 08:48:39 +01:00
parent 9f4041de78
commit e53588b402
11 changed files with 23 additions and 16 deletions

View File

@@ -1,2 +0,0 @@
sh ./install/alpine_requirements_run.sh
sh ./install/alpine_requirements_build.sh

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,4 @@
python3
python3-dev
imagemagick
tzdata

View File

@@ -0,0 +1,2 @@
sed 's/#.*//' ./install/dependencies_run.txt | xargs apk add
sed 's/#.*//' ./install/dependencies_build.txt | xargs apk add