Add pymysql, freqtrade issue #6945
This commit is contained in:
parent
bb5d5354eb
commit
e186c7d57a
@ -37,7 +37,7 @@ 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 pymysql \
|
||||
|
||||
# Copy dependencies to runtime-image
|
||||
FROM base as runtime-image
|
||||
|
Loading…
Reference in New Issue
Block a user