Skip to content

Commit

Permalink
Fix add requirements-pi.txt in dockerfile earlier
Browse files Browse the repository at this point in the history
Avoids docker-build failure
  • Loading branch information
xmatthias committed Apr 26, 2019
1 parent b84b522 commit bf2a39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN cd /tmp && /tmp/install_ta-lib.sh && rm -r /tmp/*ta-lib*
ENV LD_LIBRARY_PATH /usr/local/lib

# Install dependencies
COPY requirements.txt /freqtrade/
COPY requirements.txt requirements-pi.txt /freqtrade/
RUN pip install numpy --no-cache-dir \
&& pip install -r requirements.txt --no-cache-dir

Expand Down

0 comments on commit bf2a39b

Please sign in to comment.