From patchwork Fri Sep 3 18:42:43 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Spooren X-Patchwork-Id: 1524514 X-Patchwork-Delegate: mail@aparcar.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=d3fSHvOS; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.openwrt.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4H1RcJ6dX5z9sW4 for ; Sat, 4 Sep 2021 04:47:27 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=gRw5Vvj/S8si/BNjB/6CcZc2+JDPPXk3ZMhr8tMJ2Dg=; b=d3fSHvOSjmyV9N UDQGtz9GBl0/f79gVOJ6s6iRlQm8o5PzjZNDV2HHBAIxOXk8lFvsjaIGw97HbmvD5XH9HZ5V4og4e GjmiAF6V0wT3UNqFYUztraOWBcb8WfIChj/AWYOmE1UmWrmTa6+k0jBQ6FSapZmHE1CMXE4Njrkf4 xtzZA2kSp683Esazh84REvsNC46lu0jsfMBKl5eDK79Z4AgYML1L3mPpOkhkZ/CC4bqvP278xK1XW Nl8h2SXYVR7eBtQmP/Ch5ShzNXQc7YMPaZ7Q4xrDqHafXlHRTyKfuGSzKRvg8wLl2+M7Yd7qPBIt4 Vz9Dx9aSoiFcEMDkGqhQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mME9R-00CdET-Gg; Fri, 03 Sep 2021 18:42:57 +0000 Received: from relay5-d.mail.gandi.net ([217.70.183.197]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mME9N-00CdDA-JU for openwrt-devel@lists.openwrt.org; Fri, 03 Sep 2021 18:42:55 +0000 Received: from reactor.lan (udp102851uds.hawaiiantel.net [72.235.131.57]) (Authenticated sender: mail@aparcar.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPA id 8CEA31C0008; Fri, 3 Sep 2021 18:42:49 +0000 (UTC) From: Paul Spooren To: openwrt-devel@lists.openwrt.org Cc: Paul Spooren Subject: [PATCH buildbot 2/2] docker: install `mkisofs` to worker container Date: Fri, 3 Sep 2021 08:42:43 -1000 Message-Id: <20210903184243.532808-2-mail@aparcar.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210903184243.532808-1-mail@aparcar.org> References: <20210903184243.532808-1-mail@aparcar.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210903_114253_820805_A174DBE0 X-CRM114-Status: UNSURE ( 6.96 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.0 (/) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: x86 targets allow the creation of ISO images, however this is not possible because the `mkisofs` is missing. Install it. Signed-off-by: Paul Spooren --- docker/buildworker/Dockerfile | 1 + 1 file changed, 1 insertion(+) Content analysis details: (-0.0 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [217.70.183.197 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [217.70.183.197 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org x86 targets allow the creation of ISO images, however this is not possible because the `mkisofs` is missing. Install it. Signed-off-by: Paul Spooren --- docker/buildworker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/buildworker/Dockerfile b/docker/buildworker/Dockerfile index fdbae1f..049d20f 100644 --- a/docker/buildworker/Dockerfile +++ b/docker/buildworker/Dockerfile @@ -25,6 +25,7 @@ RUN \ libelf-dev \ libncurses5-dev \ locales \ + mkisofs \ pv \ pwgen \ python \