Files
container-builder/Containerfile
Nikolai Rodionov 29df060ce4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Check the env
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
2025-11-26 13:17:40 +01:00

6 lines
239 B
Docker

FROM registry.hub.docker.com/library/alpine
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
COPY ./scripts/ /usr/bin/