```dockerfile ARG BRANCH=main RUN git clone https://github.com/magichourhq/dfrun.git --branch $BRANCH --single-branch ``` we get this error ``` fatal: Remote branch --single-branch not found in upstream origin ```