diff --git a/Dockerfile b/Dockerfile index a01aa301cc..73aa22a400 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ ENV PATH=/home/runner/venv/bin:$PATH # Ref: https://github.com/freqtrade/freqtrade/blob/develop/Dockerfile RUN apt-get update -qq > /dev/null 2>&1 && apt-get install -y -qq \ bc \ + cron \ curl \ git \ jq \