mirror of
https://github.com/napnap75/multiarch-docker-images.git
synced 2026-05-12 12:57:07 +02:00
Added the missing containers from rpi-docker-images
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM alpine:latest
|
||||
|
||||
ADD updatedns.sh /usr/bin/updatedns.sh
|
||||
|
||||
RUN apk add --no-cache curl jq \
|
||||
&& chmod +x /usr/bin/updatedns.sh
|
||||
|
||||
CMD /usr/bin/updatedns.sh
|
||||
Reference in New Issue
Block a user