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