Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

Commit

Permalink
MGMT-1764 -fix installation of assisted-service python client
Browse files Browse the repository at this point in the history
  • Loading branch information
yevgeny-shnaidman committed Aug 11, 2020
1 parent 1a400e3 commit d51c640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.assisted-ignition-generator
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY requirements.txt /tmp/requirements.txt
COPY --from=inventory /clients/assisted-service-client-*.tar.gz /build/pip/
RUN pip3 install -r /tmp/requirements.txt
RUN pip3 install ipython
RUN find /build/pip/ -name 'setup.py' -exec dirname {} \; | xargs pip3 install
RUN pip3 install /build/pip/*

RUN rm /tmp/*requirements.txt

Expand Down

0 comments on commit d51c640

Please sign in to comment.