Dockerfile: installing future before requirements.txt
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user