From 720e3faf6e2b516a9ee072877c28f090441375d3 Mon Sep 17 00:00:00 2001 From: Felipe Domingues <53182096+domfelipe@users.noreply.github.com> Date: Wed, 29 Apr 2026 07:08:39 -0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ec0a304..c322a46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,8 @@ WORKDIR /opt/hermes # Instala o Hermes e suas dependências RUN pip install --no-cache-dir --upgrade pip \ - && pip install --no-cache-dir -e . + && pip install --no-cache-dir -e ".[all]" + # ============================================================ # Stage 2: Customizações (skills_api + entrypoint + proxy)