ubuntu/Dockerfile

4 lines
81 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 16:37:58 +08:00
RUN apt update
2024-09-02 16:02:16 +08:00
RUN apt-get install wget net-tools