mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: docker: io: net-tools
This commit is contained in:
parent
f9c5804fb8
commit
ea96d13fab
1 changed files with 1 additions and 1 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue