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