gestion par config.yml pour multiples updates

main
waazaa-fr 2024-11-11 19:07:32 +01:00
parent c452575b77
commit a921871fbc
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
FROM alpine:3.20.0 FROM alpine:3.20.0
ENV TZ=Europe/Paris ENV TZ=Europe/Paris
ENV DDNS_MYADDR_NO_UPDATE_LIMIT=30
ENV DDNS_MYADDR_IP_VERSION="ipv4"
ENV DDNS_MYADDR_KEY=xxxxx
RUN apk update && apk add --no-cache tzdata curl wget python3 py3-pip RUN apk update && apk add --no-cache tzdata curl wget python3 py3-pip
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone