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