5 lines
168 B
Text
5 lines
168 B
Text
|
#!/usr/bin/env -S podman build -t code.philo.ydns.eu/philorg/podman-geo -f Containerfile.podman-geo
|
||
|
FROM quay.io/podman/stable:latest
|
||
|
|
||
|
RUN apk add --no-cache proj-util
|