File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ FROM alpine:3.15 AS alpine-15-base
33ENV ALPINE_VERSION=3.15
44ARG BASE_PACKAGES="\
55 bash bash-completion \
6+ pv bc btop \
67 less util-linux-misc util-linux-bash-completion \
78 bind-tools iputils net-tools \
89 git openssh-client ca-certificates \
@@ -22,6 +23,7 @@ FROM alpine:3.18 AS alpine-18-base
2223ENV ALPINE_VERSION=3.18
2324ARG BASE_PACKAGES="\
2425 bash bash-completion \
26+ pv bc btop \
2527 less util-linux-misc util-linux-bash-completion \
2628 bind-tools iputils-ping net-tools traceroute \
2729 git openssh-client ca-certificates \
@@ -41,6 +43,7 @@ FROM alpine:3.21 AS alpine-21-base
4143ENV ALPINE_VERSION=3.21
4244ARG BASE_PACKAGES="\
4345 bash bash-completion \
46+ pv bc btop \
4447 less util-linux-misc util-linux-bash-completion \
4548 bind-tools iputils-ping net-tools traceroute \
4649 git openssh-client ca-certificates \
@@ -60,6 +63,7 @@ FROM alpine:3.22 AS alpine-22-base
6063ENV ALPINE_VERSION=3.22
6164ARG BASE_PACKAGES="\
6265 bash bash-completion \
66+ pv bc btop \
6367 less util-linux-misc util-linux-bash-completion \
6468 bind-tools iputils-ping net-tools traceroute \
6569 git openssh-client ca-certificates \
You can’t perform that action at this time.
0 commit comments