Skip to content

Commit

Permalink
Merge pull request #50 from kononovn/container_add_jmespath
Browse files Browse the repository at this point in the history
Containerfile: added jmespath pkg
  • Loading branch information
kononovn authored Mar 4, 2025
2 parents af28755 + 84783a7 commit 8783cf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ RUN dnf -y install \
# Install ansible and ansible-lint
RUN pip3 install --no-cache-dir \
ansible \
ansible-lint
ansible-lint \
jmespath

# Copy application files to eco-ci-cd folder
COPY . ./eco-ci-cd
Expand Down

0 comments on commit 8783cf6

Please sign in to comment.