Include Technical in default image
This commit is contained in:
7
docker/Dockerfile.custom
Normal file
7
docker/Dockerfile.custom
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user