From d7619c1ffbc86b27887fb0f073ef6c53ff7ef864 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 23 Feb 2023 14:30:02 +0100 Subject: [PATCH] document that we need to disable build kit in docker --- deployment/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deployment/README.md b/deployment/README.md index e6fd53546..030eb8a44 100644 --- a/deployment/README.md +++ b/deployment/README.md @@ -131,3 +131,6 @@ Browser compatibility testing with [BrowserStack](https://www.browserstack.com/) ## License See the [LICENSE](/LICENSE.md) file for license rights and limitations (MIT). + + +We need `DOCKER_BUILDKIT=0` for this to work. \ No newline at end of file