diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile index 281a375c7..93dad7e5c 100644 --- a/.github/workflows/Dockerfile +++ b/.github/workflows/Dockerfile @@ -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 && \