Removed magic hack
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Pünkösd Marcell 2021-12-11 01:29:03 +01:00
parent 06a220dc2e
commit 8f8bebb74a
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 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"