Skip to content

Commit a6547a7

Browse files
Zapatajmjatlanta
authored andcommitted
Build also cli_wallet and delayed_node.
Proposed implementation for: bitshares#837 Impact on image size is minimal, on my machine: zapata/bitshares-core testnet c0116c379fc2 37 hours ago 1.25GB zapata/bitshares-core latest 40e7c3cd117e 39 hours ago 1.4GB bitshares/bitshares-core testnet f4d9edd8646d 12 days ago 1.27GB Note that the sized showed on Docker hub is 3x off the reality (see docker/hub-feedback#331)
1 parent 066aa5e commit a6547a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN \
3333
cmake \
3434
-DCMAKE_BUILD_TYPE=Release \
3535
. && \
36-
make witness_node && \
36+
make witness_node cli_wallet delayed_node && \
3737
make install && \
3838
#
3939
# Obtain version

0 commit comments

Comments
 (0)