Files
Docker-Setups/dockerfiles/nginx-alibi.dockerfile
2026-01-14 08:59:32 +01:00

10 lines
123 B
Docker

FROM nginx:latest
RUN apt-get update
RUN apt-get install -y \
git \
brotli
RUN rm -rf /var/lib/apt/lists/*