mirror of
https://github.com/napnap75/multiarch-docker-images.git
synced 2026-02-05 02:18:59 +01:00
Added the restic rest server and corrected a bug in Gandi
This commit is contained in:
@@ -2,7 +2,7 @@ FROM alpine:latest
|
||||
|
||||
ADD updatedns.sh /usr/bin/updatedns.sh
|
||||
|
||||
RUN apk add --no-cache curl jq \
|
||||
RUN apk add --no-cache bash curl jq \
|
||||
&& chmod +x /usr/bin/updatedns.sh
|
||||
|
||||
CMD /usr/bin/updatedns.sh
|
||||
|
||||
Reference in New Issue
Block a user