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