Include Technical in default image

This commit is contained in:
Matthias
2021-04-03 07:17:02 +02:00
parent c7ee34687b
commit 7728e269fd
5 changed files with 7 additions and 4 deletions

7
docker/Dockerfile.custom Normal file
View 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