Update Dockerfile.ddns

This commit is contained in:
Manevolent 2023-03-21 13:23:20 -06:00 committed by GitHub
parent 8d41921fb4
commit 1f62af8557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,8 @@
FROM alpine
MAINTAINER Team Lixo <lixonet@team.lixo>
RUN apk add bash jq curl bind-tools
WORKDIR /app
ADD ddns/update.sh /app