added dyndns Docker image
Some checks failed
CI / Build dyndns docker images (push) Has been cancelled

This commit is contained in:
2025-09-01 22:01:53 +08:00
parent 93b67958b9
commit 771972253f
3 changed files with 58 additions and 0 deletions

12
dyndns/Dockerfile Normal file
View File

@@ -0,0 +1,12 @@
FROM alpine:3.22
RUN --mount=type=cache,target=/var/cache/apk apk add python python-pipx
RUN addgroup -S dyndns
RUN adduser -D -S -h /var/lib/dyndns -G dyndns dyndns
ADD --chown=dyndns:dyndns pypirc /var/lib/dyndns/.pypirc
USER dyndsn
WORKDIR /var/lib/dyndns
RUN pipx install dyndns