From eaf93401b78c4eddeeb9799086646b528f54d7f1 Mon Sep 17 00:00:00 2001 From: Ben Hearsum Date: Thu, 6 Mar 2025 14:40:22 +0000 Subject: [PATCH] Bug 1945654: install unzip on the update verify docker image a=pascalc This is just the strictly necessary part of https://phabricator.services.mozilla.com/D236625 Differential Revision: https://phabricator.services.mozilla.com/D237611 --- taskcluster/docker/update-verify/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster/docker/update-verify/Dockerfile b/taskcluster/docker/update-verify/Dockerfile index 5cddeac1f0da..f055cdb3cec8 100644 --- a/taskcluster/docker/update-verify/Dockerfile +++ b/taskcluster/docker/update-verify/Dockerfile @@ -11,7 +11,7 @@ RUN dpkg --add-architecture i386 && apt-get -q update \ # p7zip-full is for extracting Windows and OS X packages # wget is for downloading update.xml, installers, and MARs # libgtk-3-0 is required to run the Firefox updater - && apt-get -q --yes install p7zip-full wget libgtk-3-0 libgtk-3.0:i386 python3-cairo + && apt-get -q --yes install p7zip-full wget libgtk-3-0 libgtk-3.0:i386 python3-cairo zip VOLUME /builds/worker/.cache VOLUME /builds/worker/checkouts