Skip to content

Commit

Permalink
Change ADD to COPY per hadolint
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Jackson committed Sep 6, 2024
1 parent 7ecba0c commit 647da5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ rm -rf /root/anaconda* /root/original-ks.cfg /usr/local/README
# otherwise whatever user openshift runs the container with won't find the collection

# Add requirements.yml file for ansible collections
ADD requirements.yml /tmp/requirements.yml
COPY requirements.yml /tmp/requirements.yml

RUN pip install --no-cache-dir ${ANSIBLE_CORE_SPEC} pytest kubernetes openshift "boto3>=1.21" "botocore>=1.24" "awscli>=1.22" "azure-cli>=2.34" gcloud humanize jmespath awxkit pytz --upgrade && \
pip install --no-cache-dir ansible-runner git+https://github.com/validatedpatterns/vp-qe-test-common.git@development#egg=vp-qe-test-common --upgrade && \
Expand Down

0 comments on commit 647da5f

Please sign in to comment.