From 1022ff98cc39f26401e70f6eaa0ed4f0fa9ea08a Mon Sep 17 00:00:00 2001 From: fede Date: Mon, 13 Apr 2026 19:52:11 -0300 Subject: [PATCH] feat: estoy siguendo lo que dice la documentacion --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index f7a7b28..27d509a 100644 --- a/dockerfile +++ b/dockerfile @@ -8,7 +8,7 @@ COPY . . RUN xbps-install -Sy python3 python3-pip || true # instalar dependencias -RUN pip3 install fastapi[standard] python-multipart jinja2 uvicorn || true +RUN pip3 install fastapi[standard] pydantic || true EXPOSE 8000