Add pymysql, freqtrade issue #6945

This commit is contained in:
clutch70 2022-06-07 21:43:19 -05:00
parent bb5d5354eb
commit e186c7d57a

View File

@ -37,7 +37,7 @@ COPY --chown=ftuser:ftuser requirements.txt requirements-hyperopt.txt /freqtrade
USER ftuser USER ftuser
RUN pip install --user --no-cache-dir numpy \ 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 && pip install --user --no-cache-dir pymysql \
# Copy dependencies to runtime-image # Copy dependencies to runtime-image
FROM base as runtime-image FROM base as runtime-image