Add more Dockerfiles
This commit is contained in:
6
docker/Dockerfile.technical
Normal file
6
docker/Dockerfile.technical
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM freqtradeorg/freqtrade:develop
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get -y install git \
|
||||
&& apt-get clean \
|
||||
&& pip install git+https://github.com/freqtrade/technical
|
Reference in New Issue
Block a user