Hacked docker file
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Pünkösd Marcell 2021-12-09 22:11:44 +01:00
parent 8465bf92df
commit 97beca5539
1 changed files with 1 additions and 1 deletions

View File

@ -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 pip3 install -r requirements.txt
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
ENV GUNICORN_LOGLEVEL="info"