slightly update custom dockerfile with add. comment

closes #6994
This commit is contained in:
Matthias 2022-06-23 07:17:24 +02:00
parent 53e5483daa
commit 90feccf33c
1 changed files with 1 additions and 0 deletions

View File

@ -7,4 +7,5 @@ FROM freqtradeorg/freqtrade:develop
# The below dependency - pyti - serves as an example. Please use whatever you need!
RUN pip install --user pyti
# Switch back to user (only if you required root above)
# USER ftuser