mirror of
https://github.com/napnap75/multiarch-docker-images.git
synced 2025-12-15 19:24:19 +01:00
9 lines
160 B
Docker
9 lines
160 B
Docker
FROM alpine:latest
|
|
|
|
ADD updatedns.sh /usr/bin/updatedns.sh
|
|
|
|
RUN apk add --no-cache bash curl jq \
|
|
&& chmod +x /usr/bin/updatedns.sh
|
|
|
|
CMD /usr/bin/updatedns.sh
|