stable/docker/Dockerfile.custom

11 lines
284 B
Docker
Raw Normal View History

2018-08-14 07:44:21 +00:00
FROM freqtradeorg/freqtrade:develop
2021-04-08 18:36:10 +00:00
# Switch user to root if you must install something from apt
# Don't forget to switch the user back below!
# USER root
# The below dependency - pyti - serves as an example. Please use whatever you need!
RUN pip install --user pyti
# USER ftuser