From abb3a6bda37dc470804d9776678df4343f7c4695 Mon Sep 17 00:00:00 2001 From: clutch70 <67942178+clutch70@users.noreply.github.com> Date: Tue, 7 Jun 2022 21:48:21 -0500 Subject: [PATCH] Add pymysql, freqtrade issue #6945 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ff936bdb..13960439b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ ENV LD_LIBRARY_PATH /usr/local/lib COPY --chown=ftuser:ftuser requirements.txt requirements-hyperopt.txt /freqtrade/ USER ftuser RUN pip install --user --no-cache-dir numpy \ - && pip install --user --no-cache-dir -r requirements-hyperopt.txt \ + && pip install --user --no-cache-dir -r requirements-hyperopt.txt && pip install --user --no-cache-dir pymysql \ # Copy dependencies to runtime-image