Add many containers
This commit is contained in:
parent
65b2f9c0a8
commit
ef2be1ec27
11 changed files with 51 additions and 31 deletions
7
Containerfile.aiosmtpd
Normal file
7
Containerfile.aiosmtpd
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env -S podman build -t code.philo.ydns.eu/philorg/aiosmtpd -f Containerfile.aiosmtpd
|
||||
|
||||
FROM python:alpine
|
||||
|
||||
RUN --mount=from=ghcr.io/astral-sh/uv,source=/uv,target=/bin/uv uv pip install --system aiosmtpd
|
||||
|
||||
ENTRYPOINT ["aiosmtpd", "-n"]
|
Loading…
Add table
Add a link
Reference in a new issue