Установка пакета util-linux

This commit is contained in:
Alexander Zhirov 2025-04-29 03:08:11 +03:00
parent 61b272c264
commit d9c2a4cc6a
2 changed files with 2 additions and 2 deletions

View file

@ -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"]

View file

@ -26,7 +26,7 @@ RUN <<EOF
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
EOF
ENTRYPOINT ["/usr/bin/apk-builder"]