Files
container-builder/Containerfile
Nikolai Rodionov 14f84fd14a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add gnu sed
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
2026-04-29 22:22:32 +02:00

13 lines
492 B
Docker

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 sed --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/