modified Container file for clightning to add expect requirement

This commit is contained in:
barry 2024-02-20 13:50:46 -06:00
parent 8dc577ca2a
commit 13517580f2
2 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,7 @@ match_max 100000
expect "*"
expect "*"
send -- "0\r"
expect -exact "Introduce your BIP39 word list separated by space (at least 12 words):\r
"
expect -exact "Introduce your BIP39 word list separated by space (at least 12 words):\r"
send -- "$WORDS\r"
expect "*"
send -- "\r"

View File

@ -41,6 +41,7 @@ RUN printf "tsflags=nodocs\n" >>/etc/dnf/dnf.conf \
python3-setuptools \
python3-pip \
micropipenv \
expect \
&& cd /usr/local/libexec/c-lightning/plugins/clnrest/ && micropipenv install --method requirements \
&& rm -rf /var/cache/* /var/log* /tmp/*