Files
ContainerOrchestrator/srcs/requirements/nginx/Dockerfile
T
2025-06-14 18:47:20 +02:00

5 lines
108 B
Docker

FROM debian:bullseye
RUN apt update
RUN apt install nginx -y
RUN apt install vim -y
RUN apt install curl -y