mirror of
https://github.com/napnap75/multiarch-docker-images.git
synced 2026-02-05 02:18:59 +01:00
Added the DNS updater for OVH DNS
This commit is contained in:
8
dnsupdater/Dockerfile
Normal file
8
dnsupdater/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM alpine:latest
|
||||
|
||||
ADD dnsupdater.sh /usr/bin/dnsupdater.sh
|
||||
|
||||
RUN apk add --no-cache bash curl jq bind-tools \
|
||||
&& chmod +x /usr/bin/dnsupdater.sh
|
||||
|
||||
CMD /usr/bin/dnsupdater.sh
|
||||
Reference in New Issue
Block a user