Fix pip.
This commit is contained in:
parent
446877d814
commit
1eb4ed9422
@ -3,6 +3,7 @@ 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 gunicorn python3-pip python3-yaml python3-flask python3-mysqldb
|
RUN apt-get update && apt-get -y install gunicorn python3-pip python3-yaml python3-flask python3-mysqldb
|
||||||
|
ENV PIP_BREAK_SYSTEM_PACKAGES 1
|
||||||
RUN pip install flask-restx==1.3.0
|
RUN pip install flask-restx==1.3.0
|
||||||
RUN pip install flask-sqlalchemy
|
RUN pip install flask-sqlalchemy
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
Loading…
Reference in New Issue
Block a user