From ea7385a7e64c0e756efa5187433c79e7c3666075 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Fri, 21 Jun 2024 17:26:28 +0200 Subject: [PATCH] Fix compatibility issue. --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c00c5b7..0c85f7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,8 @@ MAINTAINER yohan <783b8c87@scimetis.net> ENV DEBIAN_FRONTEND noninteractive ENV TZ Europe/Paris RUN apt-get update && apt-get -y install python-pip python-mysqldb python-yaml -RUN pip install flask-restx==0.5.1 +RUN pip install "jsonschema<4.0" +RUN pip install flask-restx==1.3.0 RUN pip install flask-sqlalchemy WORKDIR /root COPY api.py /root/