From 721255d4a360e797b99fe17b23c58f01e4a50816 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Fri, 21 Jun 2024 17:01:13 +0200 Subject: [PATCH] Fix bug. --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ad4a961..1c2ac1b 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 flask-sqlalchemy +RUN pip install flask-restx==1.3.0 +RUN pip install flask-sqlalchemy WORKDIR /root COPY api.py /root/ COPY entrypoint.sh /root/