From 687a90af0ec296e9a4c708515dd26e4a4fce38e2 Mon Sep 17 00:00:00 2001 From: Tim Lorsbach Date: Sun, 21 Jun 2026 21:34:49 +0200 Subject: [PATCH] Added extra --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4e70f58a..39a5232a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN mkdir -p -m 0700 /root/.ssh \ # We'll need access to private repos, let docker make use of host ssh agent and use it like: # docker build --ssh default -t envipath/envipy-bayer:1.0 . RUN --mount=type=ssh \ - uv sync --locked --extra pepper-plugin + uv sync --locked --extra ms-login --extra pepper-plugin # Now copy source and do a final sync to install the project itself # Ensure .dockerignore is reasonable