You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN apt-get install -y libdb4.8-dev libdb4.8++-dev --allow-unauthenticated
RUN apt-get install -y autoconf make g++ pkg-config git
RUN apt-get install -y cmake libncurses5-dev libreadline-dev
RUN mkdir -p build && cd build && git clone https://github.com/UnitedBitcoin/fc.git && cd fc && git submodule update --init --recursive && cmake . && make && make install && cd ../..