7 lines
175 B
Docker
7 lines
175 B
Docker
FROM freqtradeorg/freqtrade:develop
|
|
|
|
RUN apt-get update \
|
|
&& apt-get -y install git \
|
|
&& apt-get clean \
|
|
&& pip install git+https://github.com/freqtrade/technical
|