Inception/srcs/requirements/nginx/Dockerfile
2025-05-19 13:29:05 +02:00

7 lines
78 B
Docker

FROM alpine:3.20
RUN apk add --no-cache \
nginx \
rm -rf /var/cache/apk/*