From d9c2a4cc6a011c72b5a1e3512df1d7f42aca0d35 Mon Sep 17 00:00:00 2001 From: Alexander Zhirov Date: Tue, 29 Apr 2025 03:08:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D0=B0=20util-linu?= =?UTF-8?q?x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile.20.10.20 | 2 +- docker/Dockerfile.27.3.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile.20.10.20 b/docker/Dockerfile.20.10.20 index f8730d8..d56ef37 100644 --- a/docker/Dockerfile.20.10.20 +++ b/docker/Dockerfile.20.10.20 @@ -25,7 +25,7 @@ RUN if [ ! -z "${REPOSITORIES}" ]; then \ fi && \ apk update && \ apk upgrade --no-cache && \ - apk add --no-cache build-base alpine-sdk abuild sudo git nfs-utils nodejs npm git && \ + apk add --no-cache build-base alpine-sdk abuild sudo git nfs-utils nodejs npm git util-linux && \ chmod 0755 /usr/bin/apk-builder ENTRYPOINT ["/usr/bin/apk-builder"] diff --git a/docker/Dockerfile.27.3.1 b/docker/Dockerfile.27.3.1 index a622c57..0b491a8 100644 --- a/docker/Dockerfile.27.3.1 +++ b/docker/Dockerfile.27.3.1 @@ -26,7 +26,7 @@ RUN <