Dockerfile: installing future before requirements.txt

This commit is contained in:
misagh 2018-09-24 14:28:16 +02:00
parent a26131cea3
commit 1366783517
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ WORKDIR /freqtrade
# Install dependencies
COPY requirements.txt /freqtrade/
RUN pip install numpy --no-cache-dir \
&& pip install future \
&& pip install -r requirements.txt --no-cache-dir
# Install and execute