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