meta-blackfinn/recipes-core/images/docker-host-dev-image.bb

14 lines
233 B
BlitzBasic
Raw Normal View History

SUMMARY = "Development image for docker host system"
HOMEPAGE = "https://blackfinn.de"
LICENSE = "MIT"
require docker-host-image.bb
IMAGE_INSTALL_append = " \
git \
vim \
"
export IMAGE_BASENAME = "docker-host-dev-image"