Skip to content

Commit 4b54b14

Browse files
committed
add rsync, bind-tools and inettools-telnet
1 parent 602667e commit 4b54b14

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

Dockerfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ ARG OPENSSL_VERSION=3.1.4-r6
2727
# renovate: datasource=repology depName=alpine_3_19/xmlstarlet
2828
ARG XMLSTARLET_VERSION=1.6.1-r2
2929

30+
# renovate: datasource=repology depName=alpine_3_19/rsync
31+
ARG RSYNC_VERSION=3.2.7-r4
32+
33+
# renovate: datasource=repology depName=alpine_3_19/bind-tools
34+
ARG BIND_TOOLS_VERSION=9.18.24-r1
35+
36+
# renovate: datasource=repology depName=alpine_3_19/inetutils-telnet
37+
ARG INETUTILS_VERSION=2.4-r0
38+
3039
RUN apk add --no-cache \
3140
bash==${BASH_VERSION} \
3241
curl==${CURL_VERSION} \
@@ -36,6 +45,9 @@ RUN apk add --no-cache \
3645
gettext==${GETTEXT_VERSION} \
3746
openssl==${OPENSSL_VERSION} \
3847
xmlstarlet==${XMLSTARLET_VERSION} \
48+
rsync==${RSYNC_VERSION} \
49+
bind-tools==${BIND_TOOLS_VERSION} \
50+
inetutils-telnet==${INETUTILS_VERSION} \
3951
&& rm -rf /var/cache/apk/*
4052

4153
RUN wget -O /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_amd64 && \

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
alpine linux (3.19.1) with following components:
44

55
- bash (5.2.21-r0)
6+
- bind-tools (9.18.24-r1)
67
- coreutils (9.4-r2)
78
- curl (8.5.0-r0)
89
- gettext (0.22.3-r0)
10+
- inettools-telnet (2.4-r0)
911
- jq (1.7.1-r0)
1012
- openssl (3.1.4-r6)
13+
- rsync (3.2.7-r4)
1114
- tzdata (2024a-r0)
1215
- xmlstarlet (1.6.1-r2)
1316
- yq (4.42.1)

0 commit comments

Comments
 (0)