From 8bc5c9d08aab7a3103160e45e9edd1f70ea5b10f Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Wed, 29 Apr 2026 22:02:08 +0200 Subject: [PATCH] Add more package to the builder Signed-off-by: Nikolai Rodionov --- Containerfile | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/Containerfile b/Containerfile index bf705b1..6b7c1fe 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,12 @@ -FROM registry.hub.docker.com/library/alpine:2.23.4 -RUN apk update --no-cache &&\ - apk add yq gettext openssl curl jq perl git git-lfs netavark\ - buildah cni-plugins iptables ip6tables fuse-overlayfs --no-cache +FROM registry.hub.docker.com/library/alpine:3.23.4 +RUN apk update --no-cache && \ + apk add yq gettext openssl curl jq perl git git-lfs netavark \ + buildah cni-plugins iptables ip6tables fuse-overlayfs bash --no-cache + +RUN curl -1sLf 'https://dl.cloudsmith.io/public/task/task/setup.alpine.sh' | bash && \ + apk add task + +RUN echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \ + apk update && apk add asdf@testing + COPY ./scripts/ /usr/bin/