images: Add recipe for homeserver image
This commit is contained in:
parent
9b52abc57c
commit
a68f3116c9
14
recipes-core/images/homeserver-image.bb
Normal file
14
recipes-core/images/homeserver-image.bb
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user