Установка пакета util-linux
This commit is contained in:
parent
61b272c264
commit
d9c2a4cc6a
2 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue