We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54cbb81 commit 6ee0440Copy full SHA for 6ee0440
Dockerfiles/murfey-instrument-server
@@ -31,7 +31,7 @@ RUN apt-get update && \
31
/venv/bin/python -m pip install --upgrade \
32
pip \
33
build \
34
- importlib-metadata &&\
+ importlib-metadata && \
35
/venv/bin/python -m pip install /python-murfey[client,instrument-server]
36
37
0 commit comments