mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 17:15:08 +01:00
moved docker lib
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
. ./docker.sh
|
||||
|
||||
install_docker() {
|
||||
|
||||
echo
|
||||
@@ -9,8 +11,7 @@ install_docker() {
|
||||
|
||||
fi
|
||||
|
||||
# build SatoshiPortal images
|
||||
local arch=$(uname -m) #x86_64
|
||||
local arch=$(uname -m) # TODO: is this correct for every host
|
||||
|
||||
if [[ $BITCOIN_INTERNAL == true ]]; then
|
||||
build_docker_image ../SatoshiPortal/dockers/$arch/bitcoin-core cyphernode/bitcoin
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
. ./trace.sh
|
||||
. ./configure.sh
|
||||
. ./install.sh
|
||||
. ./docker.sh
|
||||
|
||||
CONFIGURE=0
|
||||
INSTALL=0
|
||||
|
||||
Reference in New Issue
Block a user