Skip to content

Commit ea96d13

Browse files
committed
feature: docker: io: net-tools
1 parent f9c5804 commit ea96d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.io

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
1414

1515
ARG GO_VERSION=1.21.2
1616
ARG NVIM_VERSION=0.12.0
17-
ARG UBUNTU_DEPS="libatomic1 curl wget git"
17+
ARG UBUNTU_DEPS="libatomic1 curl wget git net-tools iproute2"
1818

1919
RUN apt-get update && \
2020
apt-get upgrade -y && \

0 commit comments

Comments
 (0)