## aports packages managing the baseline for my alpine systems ### requirements only docker is needed, since the build environment is run inside docker ### building to compile the APKs, set the variables in the Makefile and run `make aports` ### usage to add this baseline to an alpine system run the following on a new install ```sh sed -i 's/#//' /etc/apk/repositories apk add --no-cache --allow-untrusted --repository http://f.freya.cat/aports freya-base echo freya-base > /etc/apk/world apk update && apk upgrade ```