Skip to content

Commit

Permalink
ci: new bdb lib source
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackcoinDev committed Feb 13, 2024
1 parent ae48429 commit 28bd811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/docker/Dockerfile.minbase
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone &
# Build Blackcoin More
#
RUN git clone -b $BRANCH https://$HUBLAB.com/$GITNAME/blackcoin-more.git && \
(wget https://strawberryperl.com/package/kmx/libs_src/db-6.2.38.tar.gz && \
(wget https://source.ipfire.org/source-2.x/db-6.2.38.tar.gz && \
tar -xvf db-6.2.38.tar.gz && \
cd db-6.2.38/build_unix && \
mkdir -p build && \
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker/Dockerfile.ubase
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone &
# Build Blackcoin More
#
RUN git clone -b $BRANCH https://$HUBLAB.com/$GITNAME/blackcoin-more.git && \
(wget https://strawberryperl.com/package/kmx/libs_src/db-6.2.38.tar.gz && \
(wget https://source.ipfire.org/source-2.x/db-6.2.38.tar.gz && \
tar -xvf db-6.2.38.tar.gz && \
cd db-6.2.38/build_unix && \
mkdir -p build && \
Expand Down

0 comments on commit 28bd811

Please sign in to comment.