diff --git a/Dockerfile.plugin b/Dockerfile.plugin index ce53395..f00e7dc 100644 --- a/Dockerfile.plugin +++ b/Dockerfile.plugin @@ -80,7 +80,7 @@ RUN --mount=type=cache,id=apt-run,target=/var/cache/apt \ WORKDIR /test # Install Mycroft -RUN git clone https://github.com/MycroftAI/mycroft-core.git +RUN git clone --single-branch --branch dev https://github.com/MycroftAI/mycroft-core.git RUN --mount=type=cache,id=apt-run,target=/var/cache/apt \ --mount=type=cache,id=pip-requirements,target=/root/.cache/pip \