7 lines
157 B
Text
7 lines
157 B
Text
#!/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"]
|