From 61c14a5ffb1ecc17f7b10999c5bb34bfc24d4cf4 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 22 May 2026 15:54:23 -0400 Subject: [PATCH] Add alien, remove some old stale dependencies --- build/arm/noble/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/arm/noble/Dockerfile b/build/arm/noble/Dockerfile index 37d60446..0a8342cb 100644 --- a/build/arm/noble/Dockerfile +++ b/build/arm/noble/Dockerfile @@ -3,7 +3,7 @@ ADD stdeb.patch /tmp/ ADD buildapt.sh /bin/ ADD distributions.tmpl /bin/ RUN ["apt-get", "update"] -RUN ["apt-get", "install", "-y", "reprepro", "python3-stdeb", "gnupg-agent", "devscripts", "debhelper", "libsoap-lite-perl", "libdbi-perl", "quilt", "git", "python3-pyparsing", "python3-dnspython", "python3-netifaces", "python3-paramiko", "dh-python", "libjson-perl", "ronn", "alien", "gcc", "make"] +RUN ["apt-get", "install", "-y", "reprepro", "python3-stdeb", "gnupg-agent", "devscripts", "debhelper", "libsoap-lite-perl", "libdbi-perl", "quilt", "git", "python3-pyparsing", "python3-netifaces", "dh-python", "libjson-perl", "ronn", "alien", "gcc", "make", "alien"] RUN ["mkdir", "-p", "/sources/git/"] RUN ["mkdir", "-p", "/debs/"] RUN ["mkdir", "-p", "/apt/"]