Skip to content

Commit

Permalink
docker: add command as additional plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Jul 15, 2022
1 parent 086df88 commit 6efdb6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Dockerfile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ RUN git clone https:/ElementsProject/lightning.git && \
pip3 install mako mistune==0.8.4 mrkd && \
make -j$(nproc) && make install

RUN git clone https:/lightningd/plugins.git && \
cd plugins/commando && pip3 install -r requirements.txt && cd .. && \
cp -rf commando/ /opt/commando/

RUN apk --update --allow-untrusted --repository http://dl-4.alpinelinux.org/alpine/edge/community/ add \
tor torsocks && \
apk --update --allow-untrusted --repository http://dl-4.alpinelinux.org/alpine/edge/testing/ add \
Expand Down
3 changes: 2 additions & 1 deletion config/config
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
log-level=info
allow-deprecated-apis=false
allow-deprecated-apis=false
plugin=/opt/commando/commando.py

0 comments on commit 6efdb6f

Please sign in to comment.