mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-30 12:34:22 +01:00
template rootfs creation fails: $make -f template/Makefile ROOTFS_BASE_NAME=opensuse <....> sed: can't read Dockerfile.template: No such file or directory make is unable to find Dockerfile.template, this patch fixes this. Fixes #67. Signed-off-by: Nirmoy Das <ndas@suse.de>