Skip to content

Commit c51d63a

Browse files
chore: add iproute2 to base image
1 parent 2ce8cd8 commit c51d63a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

images/base/ubuntu.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ RUN apt-get update && \
3737
unzip \
3838
vim \
3939
wget \
40-
rsync && \
40+
rsync \
41+
iproute2 && \
4142
# Install latest Git using their official PPA
4243
add-apt-repository ppa:git-core/ppa && \
4344
apt-get install --yes git \

0 commit comments

Comments
 (0)