From fe75ae6127f79a272d5b50bc87909a2a7ebde12a Mon Sep 17 00:00:00 2001 From: Zoheb Shaikh Date: Wed, 28 Aug 2024 15:29:50 +0000 Subject: [PATCH] docker container change --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index dd1a2398f..f702be6fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ FROM developer as build COPY . /context WORKDIR /context RUN touch dev-requirements.txt && pip install --upgrade pip && pip install -c dev-requirements.txt . +RUN pip install pip install git+https://github.com/DiamondLightSource/bluesky-stomp.git@main # The runtime stage copies the built venv into a slim runtime container FROM python:${PYTHON_VERSION}-slim as runtime