modified Container file for clightning to add expect requirement
This commit is contained in:
parent
8dc577ca2a
commit
13517580f2
@ -48,8 +48,7 @@ match_max 100000
|
|||||||
expect "*"
|
expect "*"
|
||||||
expect "*"
|
expect "*"
|
||||||
send -- "0\r"
|
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"
|
send -- "$WORDS\r"
|
||||||
expect "*"
|
expect "*"
|
||||||
send -- "\r"
|
send -- "\r"
|
||||||
|
|||||||
@ -41,6 +41,7 @@ RUN printf "tsflags=nodocs\n" >>/etc/dnf/dnf.conf \
|
|||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
micropipenv \
|
micropipenv \
|
||||||
|
expect \
|
||||||
&& cd /usr/local/libexec/c-lightning/plugins/clnrest/ && micropipenv install --method requirements \
|
&& cd /usr/local/libexec/c-lightning/plugins/clnrest/ && micropipenv install --method requirements \
|
||||||
&& rm -rf /var/cache/* /var/log* /tmp/*
|
&& rm -rf /var/cache/* /var/log* /tmp/*
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user