fix: typo in armhf dockerfile causing build to fail

This commit is contained in:
Matthias 2024-08-15 06:58:43 +02:00
parent 21c5c919ea
commit 1b0ba0fa68

View File

@ -17,7 +17,7 @@ RUN mkdir /freqtrade \
&& chown ftuser:ftuser /freqtrade \
# Allow sudoers
&& echo "ftuser ALL=(ALL) NOPASSWD: /bin/chown" >> /etc/sudoers \
&& pip install --upgrade dpip
&& pip install --upgrade pip
WORKDIR /freqtrade