ubuntu/Dockerfile
2024-09-02 17:53:30 +08:00

6 lines
129 B
Docker

FROM robertdebock/ubuntu:jammy
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update
RUN apt-get -y install wget net-tools iproute2