mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
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
|