update images

This commit is contained in:
ace
2023-06-10 06:20:50 +03:00
parent e18832a89b
commit 6d83edd84d
9 changed files with 20 additions and 20 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:3.12
FROM alpine:3.18
# set version label
ARG BUILD_DATE
@ -7,6 +7,8 @@ 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 \
@ -25,11 +27,6 @@ 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 && \