Files
kubernetes/dev/itop/itop-integrations/Dockerfile
2025-11-23 18:58:51 +01:00

4 lines
69 B
Docker
Executable File

FROM ubuntu
RUN apt update && apt upgrade -y
RUN apt install wget -y