This commit is contained in:
ace
2023-06-10 08:04:31 +03:00
parent 6d83edd84d
commit b6de721713
13 changed files with 18 additions and 15 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.18
FROM ghcr.io/linuxserver/baseimage-alpine:3.12
# set version label
ARG BUILD_DATE
@ -7,8 +7,6 @@ ARG DDCLIENT_VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="saarg"
RUN apk add perl-app-cpanminus perl-data-validator perl-netaddr-ip perl-test-requires perl-json perl-test-fatal perl-try-tiny perl-test-without-module perl-test-warnings
RUN \
echo "**** install build packages ****" && \
apk add --no-cache --virtual=build-dependencies \
@ -27,6 +25,11 @@ RUN \
perl-io-socket-inet6 \
perl-io-socket-ssl \
perl-json && \
echo "***** install perl modules ****" && \
curl -L http://cpanmin.us | perl - App::cpanminus && \
cpanm \
Data::Validate::IP \
JSON::Any && \
echo "**** install nsupdate for RFC2136 ****" && \
apk add --no-cache \
bind-tools && \

View File

@ -1,7 +1,7 @@
VERSION=3.9.1
BUILD=1
IMAGE=ddclient
REGISTRY=registry.0xace.cc/ghp
REGISTRY=gitea.geekhome.org/ghp
.PHONY: build push all