added dyndns Docker image
All checks were successful
CI / Build dyndns docker images (push) Successful in 2m56s
All checks were successful
CI / Build dyndns docker images (push) Successful in 2m56s
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 python3 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 dyndns
|
||||
WORKDIR /var/lib/dyndns
|
||||
RUN pipx install dyndns
|
||||
|
Reference in New Issue
Block a user