Skip to content

Commit

Permalink
Merge pull request #212 from LedgerHQ/shallowclone
Browse files Browse the repository at this point in the history
Shallow clone in custom image builder
  • Loading branch information
bigspider authored Dec 5, 2023
2 parents 835245e + 1bd7607 commit 82c084a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt install -y automake autotools-dev bsdmainutils build-essential ccache gi

# clone bitcoin-core from github and compile it
RUN cd / && \
git clone https://github.com/bitcoin/bitcoin.git && \
git clone --depth=1 https://github.com/bitcoin/bitcoin.git && \
cd bitcoin && \
./autogen.sh && \
./configure --enable-suppress-external-warnings && \
Expand Down

0 comments on commit 82c084a

Please sign in to comment.