Skip to content

Commit 23fba05

Browse files
committed
Add qemu user static as build lib
Signed-off-by: Patrik Cyvoct <[email protected]>
1 parent 333ef6d commit 23fba05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function get-version() {
6565

6666
function install-lib() {
6767
apt-get update
68-
apt-get install -y libsystemd-dev
68+
apt-get install -y libsystemd-dev qemu-user-static
6969
}
7070

7171
function write-env-file() {

0 commit comments

Comments
 (0)