mirror of
https://github.com/napnap75/multiarch-docker-images.git
synced 2025-12-16 03:34:18 +01:00
9 lines
175 B
Docker
9 lines
175 B
Docker
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
|