Fix trailing whitespace

This commit is contained in:
Matthias 2018-09-17 20:49:41 +02:00 committed by GitHub
parent 0a4b2f19e3
commit f04e4f2123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ RUN mkdir /freqtrade
WORKDIR /freqtrade
# Install dependencies
COPY requirements.txt /freqtrade/
COPY requirements.txt /freqtrade/
RUN pip install numpy --no-cache-dir \
&& pip install -r requirements.txt --no-cache-dir