@ -98,8 +98,6 @@ def copy_tree(src, dst):
def copy_files(src, dst):
src = os.path.join(build_context, src)
dst = os.path.join(LXC_ROOT, layers[-1], dst)
print('SRC: {}'.format(src))
print('DST: {}'.format(dst))
copy_tree(src, dst)
with open(lxcfile, 'r') as fd:
The note is not visible to the blocked user.