Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
🔥 Removed unneeded jq dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikj000 authored Sep 21, 2021
1 parent 91005c0 commit 08a1ec6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/Dockerfile.MoniGoMani
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ FROM freqtradeorg/freqtrade:develop
# Don't forget to switch the user back below!
USER root

# Install jq, a JSON Parser used by MGM
RUN apt-get install -y jq

# Create an empty log file if non existing
RUN mkdir -p ./user_data/logs/
RUN touch -m ./user_data/logs/freqtrade.log
Expand Down

0 comments on commit 08a1ec6

Please sign in to comment.