install unzip

This commit is contained in:
Vivek Teega 2022-07-17 15:53:14 +05:30
parent 5d0c8faa89
commit 3f7c6f8e6d
2 changed files with 4 additions and 3 deletions

View File

@ -15,6 +15,7 @@ RUN apt-get -y install git
RUN apt-get -y install python-chardet python3.9 python3.9-venv
RUN apt-get -y install libsecp256k1-dev libssl-dev build-essential automake pkg-config libtool libffi-dev libgmp-dev libyaml-cpp-dev
RUN python3 -m pip install supervisor
RUN api-get -y install unzip
# Installation of Pybtc, currently named as Pyflo
WORKDIR ../

6
run.sh
View File

@ -14,7 +14,7 @@ then
echo "FLOSCOUT BOOTSTRAP Download Complete (took ${RUNTIME} seconds)"
echo 'Extracting Bootstrap...'
RUNTIME="$(date +%s)"
upzip /data/data.zip -d /data
unzip /data/data.zip -d /data
RUNTIME="$(($(date +%s)-RUNTIME))"
echo "FLOSCOUT Bootstrap Extraction Complete! (took ${RUNTIME} seconds)"
rm -f /data/data.zip
@ -24,5 +24,5 @@ then
fi
echo "running..."
#supervisord -c /etc/supervisor/conf.d/ftt-ranchimallflo.conf
#./floscout/example
supervisord -c /etc/supervisor/conf.d/ftt-ranchimallflo.conf
./floscout/example