Add pymysql, freqtrade issue #6945 jfc its a continuation marker not a path

This commit is contained in:
clutch70 2022-06-07 21:49:31 -05:00
parent abb3a6bda3
commit 5940d29d74

View File

@ -36,8 +36,8 @@ 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 pymysql \
&& pip install --user --no-cache-dir -r requirements-hyperopt.txt \
&& pip install --user --no-cache-dir pymysql
# Copy dependencies to runtime-image
FROM base as runtime-image