added dyndns Docker image
Some checks failed
CI / Build dyndns docker images (push) Has been cancelled
Some checks failed
CI / Build dyndns docker images (push) Has been cancelled
This commit is contained in:
12
dyndns/Dockerfile
Normal file
12
dyndns/Dockerfile
Normal 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
|
||||
|
Reference in New Issue
Block a user