feature: docker: io: net-tools

This commit is contained in:
coderiaser 2026-04-06 13:23:34 +03:00
parent f9c5804fb8
commit ea96d13fab

View file

@ -14,7 +14,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
ARG GO_VERSION=1.21.2
ARG NVIM_VERSION=0.12.0
ARG UBUNTU_DEPS="libatomic1 curl wget git"
ARG UBUNTU_DEPS="libatomic1 curl wget git net-tools iproute2"
RUN apt-get update && \
apt-get upgrade -y && \