From c4eb93fe8c0d7f4687ccdbdc472cb46be3e19066 Mon Sep 17 00:00:00 2001 From: Alexandr Wokalek Date: Thu, 27 Jul 2023 17:00:06 +0300 Subject: [PATCH] readme: indicated that git is already installed in image --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4687015..9ed5d8e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ This is a super simple and easy to read nginx docker alpine-based image. - Only default [nginx modules](https://nginx.org/en/docs/) - [`ngx_brotli`](https://github.com/google/ngx_brotli) — brotli algorithm compression - [`OpenSSL`](https://github.com/quictls/openssl) — HTTP3/QUIC support +- `git` apk installed - Ports `80` and `443` are exposed by default ## Why?