Files
container-builder/Containerfile

6 lines
238 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 --no-cache
COPY ./scripts/ /usr/bin/