From 2936f9b271adbefb512feaf0e1e1c808ba2bea51 Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Tue, 3 Feb 2026 11:55:02 +0100 Subject: [PATCH] Updated Build (markdown) --- Build.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Build.md b/Build.md index 146d0c5..ab9fc55 100644 --- a/Build.md +++ b/Build.md @@ -56,7 +56,6 @@ The Docker file knows multiple build targets: - **`builder`**: It's goal is to compile all the Python dependencies. Thereby the other targets can be kept slimmer because they don't need to have all the build dependencies installed. It's also good for caching. - **`main`**: Extends `builder` and adds all the NetBox code and all the configuration files. -- **`ldap`**: Extends `main` and adds ldap-related dependencies and configuration files. ### Automatic Build