The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/79

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
From f97ef43ef6fc4228e265385248360f9bb1ab8240 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.h...@canonical.com>
Date: Wed, 11 Sep 2019 13:53:11 +0200
Subject: [PATCH] update-images: Install unzip

Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
---
 bin/update-images | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/update-images b/bin/update-images
index a9a505c..6a53093 100755
--- a/bin/update-images
+++ b/bin/update-images
@@ -80,7 +80,7 @@ apt-get update --yes
 apt-get install --yes --no-install-recommends \
     btrfs-progs golang-go git ca-certificates gcc libc6-dev \
     debootstrap xz-utils squashfs-tools gpg dirmngr gpg-agent rsync kpartx \
-    subversion patch build-essential gawk libncurses-dev
+    subversion patch build-essential gawk libncurses-dev unzip
 export PATH=/root/go/bin:\${PATH}
 export GOPATH=/root/go/
 
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to