From c478c7dae942bd1c11e1bf3c5d128d356837636a Mon Sep 17 00:00:00 2001 From: clach04 Date: Sat, 5 Feb 2022 08:35:38 -0800 Subject: [PATCH] Docker readme typo Signed-off-by: clach04 --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 07794f9a..c705b80c 100644 --- a/docker/README.md +++ b/docker/README.md @@ -192,7 +192,7 @@ This image is based on the popular [Distroless project](https://github.com/Googl Distroless variant contains only a statically linked sftpgo binary and its minimal runtime dependencies and so it doesn't allow shell access (no shell is installed). SQLite support is disabled since it requires CGO and so a C runtime which is not installed. -The default data provider is `bolt`, all the supported data providers expect `sqlite` work. +The default data provider is `bolt`, all the supported data providers except `sqlite` work. We only provide the slim variant and so the optional `git` dependency is not available. ### `sftpgo:-slim`