Skip to content

Commit

Permalink
Containerfile: added jmespath pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
kononovn committed Mar 4, 2025
1 parent af28755 commit 84783a7
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 84783a7

Please sign in to comment.