Skip to content

Commit

Permalink
fix remote tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsutherland committed Feb 3, 2023
1 parent 94e902d commit ffc423f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/cylc-uiserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ LABEL version="1.0" \
# TODO: this installs from master, we we are on a maintainance branch we will
# need to pick an appropriate UIS branch
RUN . $HOME/.bashrc && \
apt-get -qq -y install git
pip install "cylc-uiserver[hub] @ git+https://github.com/cylc/cylc-uiserver"

ENTRYPOINT . $HOME/.bashrc && \
Expand Down

0 comments on commit ffc423f

Please sign in to comment.