5 lines
184 B
Docker
5 lines
184 B
Docker
FROM phusion/baseimage:noble-1.0.2
|
|
|
|
RUN apt-get update
|
|
RUN apt-get upgrade -y
|
|
RUN apt-get install -y neovim net-tools iputils-ping iputils-tracepath traceroute curl wget git make gzip
|