File tree Expand file tree Collapse file tree 4 files changed +1
-2
lines changed Expand file tree Collapse file tree 4 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ RUN rustc --version
1313COPY images/ansible-operator/Pipfile* ./
1414# Copy our local ansible-runner-http replacement module
1515COPY images/ansible-operator/ansible_runner_http ./ansible_runner_http
16- COPY images/ansible-operator/setup.py ./setup.py
1716# Instruct pip(env) not to keep a cache of installed packages,
1817# to install into the global site-packages and
1918# to clear the pipenv cache as well
@@ -30,7 +29,7 @@ RUN set -e && dnf clean all && rm -rf /var/cache/dnf/* \
3029 && pip3 install --upgrade pip~=23.3.2 \
3130 && pip3 install pipenv==2023.11.15 \
3231 && pipenv install --deploy \
33- && pip3 install . \
32+ && pip3 install ansible_runner_http/ \
3433 && pipenv check \
3534 && dnf remove -y gcc libffi-devel openssl-devel python3.12-devel \
3635 && dnf clean all \
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments