mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 04:03:55 +00:00
8 lines
225 B
Docker
8 lines
225 B
Docker
FROM freqtradeorg/freqtrade:develop
|
|
|
|
RUN apt-get update \
|
|
&& apt-get -y install git \
|
|
&& apt-get clean \
|
|
# The below dependency - pyti - serves as an example. Please use whatever you need!
|
|
&& pip install pyti
|