8 lines
144 B
Docker
8 lines
144 B
Docker
FROM robertdebock/ubuntu:jammy
|
|
|
|
ENV DEBIAN_FRONTEND=noninteractive
|
|
|
|
WORKDIR /root
|
|
RUN apt update
|
|
RUN apt-get -y install wget net-tools iproute2
|