From d7bf5c24ef58888fac4788cb9ce5a842386a8fd6 Mon Sep 17 00:00:00 2001 From: fede Date: Mon, 13 Apr 2026 15:49:41 -0300 Subject: [PATCH] faltaba un paquete en la build --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 3c58ec9..f7a7b28 100644 --- a/dockerfile +++ b/dockerfile @@ -8,7 +8,7 @@ COPY . . RUN xbps-install -Sy python3 python3-pip || true # instalar dependencias -RUN pip3 install fastapi uvicorn || true +RUN pip3 install fastapi[standard] python-multipart jinja2 uvicorn || true EXPOSE 8000