feat(docker): add a reusable Alpine base image and refactor Alpine variants to extend it

This commit is contained in:
2026-03-18 16:32:56 +00:00
parent 9dec627696
commit 547902d7dc
9 changed files with 301 additions and 451 deletions

View File

@@ -27,6 +27,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
ssh \
wget \
unzip \
jq \
iputils-ping \
dnsutils \
tini \