chore: remove --no-build-isolation from docker builds

This commit is contained in:
Matthias
2025-08-15 08:33:19 +02:00
parent f10223bf13
commit e98e6d8aee
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ USER ftuser
# Install and execute
COPY --chown=ftuser:ftuser . /freqtrade/
RUN pip install -e . --user --no-cache-dir --no-build-isolation \
RUN pip install -e . --user --no-cache-dir \
&& mkdir /freqtrade/user_data/ \
&& freqtrade install-ui