4 lines
81 B
Docker
4 lines
81 B
Docker
FROM robertdebock/ubuntu:jammy
|
|
|
|
RUN apt update
|
|
RUN apt-get install wget net-tools |