Skip to content

Commit

Permalink
fix: ensure we install undercloud-workflows in the container
Browse files Browse the repository at this point in the history
The point of this container is to have undercloud-workflows in it so
install it and not just its dependencies.
  • Loading branch information
cardoe committed Aug 2, 2024
1 parent 737e0fa commit c5dd3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/Dockerfile.ironic-nautobot-client
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ WORKDIR /app
RUN mkdir -p /opt/venv/wheels/
COPY --from=builder /app/dist/*.whl /app/dist/requirements.txt /opt/venv/wheels/

RUN --mount=type=cache,target=/root/.cache/.pip /opt/venv/bin/pip install --find-links /opt/venv/wheels/ --only-binary netifaces -r /opt/venv/wheels/requirements.txt
RUN --mount=type=cache,target=/root/.cache/.pip /opt/venv/bin/pip install --find-links /opt/venv/wheels/ --only-binary netifaces -r /opt/venv/wheels/requirements.txt understack-workflows

USER $APP_USER

0 comments on commit c5dd3c2

Please sign in to comment.