meta-blackfinn/recipes-core/images/homeserver-image.bb

15 lines
253 B
BlitzBasic
Raw Permalink Normal View History

SUMMARY = "homeserver host system"
HOMEPAGE = "https://blackfinn.de"
LICENSE = "MIT"
require docker-host-image.bb
require dev-image.inc
IMAGE_INSTALL_append = " \
nginx \
python3-docker-compose \
"
export IMAGE_BASENAME = "homeserver-image"