moved docker lib

This commit is contained in:
jash
2018-10-08 14:39:17 +02:00
committed by kexkey
parent 1bb52a4024
commit 5bec6232c6
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -3,7 +3,6 @@
. ./trace.sh
. ./configure.sh
. ./install.sh
. ./docker.sh
CONFIGURE=0
INSTALL=0