Continue Flask migration.

This commit is contained in:
yohan 2024-06-02 11:42:44 +02:00
parent f3f5874f7d
commit a191565a44

View File

@ -2,7 +2,7 @@ FROM debian:bookworm
MAINTAINER yohan <783b8c87@scimetis.net> MAINTAINER yohan <783b8c87@scimetis.net>
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
ENV TZ Europe/Paris ENV TZ Europe/Paris
RUN apt-get update && apt-get -y install python3-pip python3-mysqldb python3-yaml python3-flask-sqlalchemy python3-flask-migrate RUN apt-get update && apt-get -y install python3-pip python3-requests python3-yaml python3-flask-sqlalchemy python3-flask-migrate
ENV PIP_BREAK_SYSTEM_PACKAGES 1 ENV PIP_BREAK_SYSTEM_PACKAGES 1
RUN pip install flask-restx RUN pip install flask-restx
WORKDIR /root WORKDIR /root