Skip to content

Commit

Permalink
Add iproute to SB dockerfiles (#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellahathaway authored Nov 22, 2024
1 parent 9a84524 commit 6ec8bfc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/almalinux/8/source-build/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN dnf upgrade --refresh -y \
gdb \
git \
glibc-langpack-en \
iproute \
jq \
krb5-devel \
libcurl-devel \
Expand Down
1 change: 1 addition & 0 deletions src/alpine/3.19/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN apk add --upgrade --no-cache \
icu-data-full \
icu-dev \
icu-libs \
iproute2 \
jq \
krb5-dev \
krb5-libs \
Expand Down
1 change: 1 addition & 0 deletions src/alpine/3.20/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN apk add --upgrade --no-cache \
icu-data-full \
icu-dev \
icu-libs \
iproute2 \
jq \
krb5-dev \
libtool \
Expand Down
1 change: 1 addition & 0 deletions src/centos/stream9/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN dnf upgrade --refresh -y \
git \
glibc-langpack-en \
hostname \
iproute \
jq \
krb5-devel \
libcurl-devel \
Expand Down
1 change: 1 addition & 0 deletions src/fedora/41/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ RUN dnf upgrade --refresh -y \
uuid-devel \
zlib-devel \
# Dependencies for VMR/source-build tests
iproute \
elfutils \
file \
# Dependencies to support globalization
Expand Down
1 change: 1 addition & 0 deletions src/ubuntu/24.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN apt-get update \
&& apt-get install -y \
curl \
git \
iproute2 \
npm \
zip \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 6ec8bfc

Please sign in to comment.