Skip to content

Commit

Permalink
docker container change
Browse files Browse the repository at this point in the history
  • Loading branch information
ZohebShaikh committed Aug 28, 2024
1 parent 258c149 commit fe75ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe75ae6

Please sign in to comment.