diff --git a/utils/dc-chain/docker/Dockerfile b/utils/dc-chain/docker/Dockerfile index a89562e589..9214714bf5 100644 --- a/utils/dc-chain/docker/Dockerfile +++ b/utils/dc-chain/docker/Dockerfile @@ -37,7 +37,7 @@ RUN apk --update add --no-cache \ ARG dc_chain=stable ARG makejobs=2 RUN mkdir -p /opt/toolchains/dc \ - && git clone https://github.com/KallistiOSUnchained/KallistiOS.git /opt/toolchains/dc/kos \ + && git clone --depth=1 https://github.com/KallistiOSUnchained/KallistiOS.git /opt/toolchains/dc/kos \ && cd /opt/toolchains/dc/kos/utils/dc-chain \ && make build toolchain_profile=$dc_chain makejobs=$makejobs \ && rm -rf /opt/toolchains/dc/kos