Skip to content

Commit acf677a

Browse files
add pv, bc and top as default tools.
1 parent 13735f7 commit acf677a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Alpine.Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM alpine:3.15 AS alpine-15-base
33
ENV ALPINE_VERSION=3.15
44
ARG 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
2223
ENV ALPINE_VERSION=3.18
2324
ARG 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
4143
ENV ALPINE_VERSION=3.21
4244
ARG 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
6063
ENV ALPINE_VERSION=3.22
6164
ARG 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 \

0 commit comments

Comments
 (0)