5 lines
159 B
Text
5 lines
159 B
Text
#!/usr/bin/env -S podman build -t code.philo.ydns.eu/philorg/python-git -f Containerfile.python-git
|
|
|
|
FROM docker.io/python:alpine
|
|
|
|
RUN apk add --no-cache git
|