mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-29 13:32:39 +02:00
line 189 (remove check) to see if this works
Seems checks are failing. Damn reckless devs
This commit is contained in:
parent
1772440450
commit
53526e261c
@ -186,7 +186,7 @@ RUN ./configure LDFLAGS=-L/opt/db4/lib/ CPPFLAGS=-I/opt/db4/include/ \
|
||||
--with-sqlite=yes \
|
||||
--with-daemon
|
||||
|
||||
RUN make -j$(( $(nproc) + 1 )) check
|
||||
RUN make -j$(( $(nproc) + 1 ))
|
||||
RUN make install
|
||||
|
||||
# List installed binaries pre-strip & strip them
|
||||
|
Loading…
Reference in New Issue
Block a user