From 91f37a821034775bca9c8927b717688ca47bf58e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=91=D0=B0?= =?UTF-8?q?=D0=B4=D1=8F=D0=B5=D0=B2?= Date: Thu, 15 Jan 2026 21:09:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BF=D0=B0=D0=BA=D0=B5=D1=82=20"crossbuild-essential?= =?UTF-8?q?-arm64".?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dockerfiles/base.dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dockerfiles/base.dockerfile b/dockerfiles/base.dockerfile index 4498c41..8c747d6 100644 --- a/dockerfiles/base.dockerfile +++ b/dockerfiles/base.dockerfile @@ -19,6 +19,7 @@ LABEL org.opencontainers.image.created="${IMAGE_CREATED}" \ org.opencontainers.image.description="MouseSoft docker images used by act_runner to run workflows." RUN apt-get update --allow-insecure-repositories && \ - apt-get install -y --allow-unauthenticated build-essential debhelper dh-exec \ + apt-get install -y --allow-unauthenticated \ + crossbuild-essential-arm64 build-essential debhelper dh-exec \ dpkg-dev dput-ng fakeroot gawk locales sed && \ rm -rf /var/lib/apt/lists/*