This commit is contained in:
parent
06a220dc2e
commit
8f8bebb74a
@ -7,7 +7,7 @@ ENV PIP_NO_CACHE_DIR=true
|
||||
ENV TZ Europe/Budapest
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
||||
RUN apt update && apt install -y git && git clone https://github.com/marcsello/flask-influxdb2.git && pip3 install ./flask-influxdb2/ && pip3 install -r requirements.txt
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
ENV GUNICORN_LOGLEVEL="info"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user