mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-05 02:40:18 +00:00
snap: fix build error in launchpad
Add cpio to build-packages list since it's required to create initrd images fixes #240 Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
@@ -74,6 +74,7 @@ parts:
|
|||||||
plugin: make
|
plugin: make
|
||||||
build-packages:
|
build-packages:
|
||||||
- docker.io
|
- docker.io
|
||||||
|
- cpio
|
||||||
override-build: |
|
override-build: |
|
||||||
# Don't use installed GOROOT
|
# Don't use installed GOROOT
|
||||||
unset GOROOT
|
unset GOROOT
|
||||||
|
Reference in New Issue
Block a user