ubuntu/Dockerfile

8 lines
144 B
Docker
Raw Normal View History

2024-09-02 16:02:16 +08:00
FROM robertdebock/ubuntu:jammy
2024-09-02 15:47:27 +08:00
2024-09-02 17:53:30 +08:00
ENV DEBIAN_FRONTEND=noninteractive
2024-09-02 17:59:59 +08:00
WORKDIR /root
2024-09-02 16:37:58 +08:00
RUN apt update
2024-09-02 17:59:59 +08:00
RUN apt-get -y install wget net-tools iproute2