#!/usr/bin/env -S podman build -t code.philo.ydns.eu/philorg/git -f Containerfile.git FROM docker.io/alpine RUN apk add --no-cache git ENTRYPOINT ["git"]