build: appimage: fix build missing a system-wide python
``` �� INFO: preparing electrum-locale. [...] running stats.py /usr/bin/env: �python3�: No such file or directory ``` regression from https://github.com/spesmilo/electrum/commit/3afa2fcdf3cce609d8813bbdd7b5962214de5ec0 This had shown up on the CI [0] but we did not notice - there is too many random failures, too much noise :( [0]: https://github.com/spesmilo/electrum/runs/64623983097
This commit is contained in:
@@ -20,6 +20,7 @@ RUN apt-get update -q && \
|
||||
sudo \
|
||||
git \
|
||||
wget \
|
||||
python3 \
|
||||
make \
|
||||
autotools-dev \
|
||||
autoconf \
|
||||
|
||||
Reference in New Issue
Block a user